summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@redhat.com>2012-03-26 13:46:47 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2012-06-01 16:07:52 (GMT)
commite41f941a23115e84a8550b3d901a13a14b2edc2f (patch)
tree4f9d029be67bb3be91b5b7c5a28cf3e5c1508e7a /fs/btrfs/ctree.h
parentc3b2da314834499f34cba94f7053e55f6d6f92d8 (diff)
downloadlinux-fsl-qoriq-e41f941a23115e84a8550b3d901a13a14b2edc2f.tar.xz
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>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 8fd7233..ba8743b 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -2922,7 +2922,6 @@ int btrfs_readpage(struct file *file, struct page *page);
void btrfs_evict_inode(struct inode *inode);
int btrfs_write_inode(struct inode *inode, struct writeback_control *wbc);
int btrfs_dirty_inode(struct inode *inode);
-int btrfs_update_time(struct file *file);
struct inode *btrfs_alloc_inode(struct super_block *sb);
void btrfs_destroy_inode(struct inode *inode);
int btrfs_drop_inode(struct inode *inode);