]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteaf7b3ef9e5f59672d53fa0cf1102756ced28abb
tree4f9d029be67bb3be91b5b7c5a28cf3e5c1508e7a
parent19f815b6793bff67e2fdb0fca2e7f6c00840775e
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