Btrfs: move over to use ->update_time
authorJosef Bacik <josef@redhat.com>
Mon, 26 Mar 2012 13:46:47 +0000 (09:46 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 16:07:52 +0000 (12:07 -0400)
commite41f941a23115e84a8550b3d901a13a14b2edc2f
tree4f9d029be67bb3be91b5b7c5a28cf3e5c1508e7a
parentc3b2da314834499f34cba94f7053e55f6d6f92d8
Btrfs: move over to use ->update_time

Btrfs had been doing it's own file_update_time so we could catch ENOSPC
properly, so just update our btrfs_update_time to work with the new stuff and
then we'll be fancy later.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/ctree.h
fs/btrfs/file.c
fs/btrfs/inode.c