diff options
Diffstat (limited to 'fs/btrfs/delayed-inode.h')
-rw-r--r-- | fs/btrfs/delayed-inode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/delayed-inode.h b/fs/btrfs/delayed-inode.h index 1d5c5f7abe3e..a4b38f934d14 100644 --- a/fs/btrfs/delayed-inode.h +++ b/fs/btrfs/delayed-inode.h | |||
@@ -139,8 +139,7 @@ void btrfs_put_delayed_items(struct list_head *ins_list, | |||
139 | struct list_head *del_list); | 139 | struct list_head *del_list); |
140 | int btrfs_should_delete_dir_index(struct list_head *del_list, | 140 | int btrfs_should_delete_dir_index(struct list_head *del_list, |
141 | u64 index); | 141 | u64 index); |
142 | int btrfs_readdir_delayed_dir_index(struct file *filp, void *dirent, | 142 | int btrfs_readdir_delayed_dir_index(struct dir_context *ctx, |
143 | filldir_t filldir, | ||
144 | struct list_head *ins_list); | 143 | struct list_head *ins_list); |
145 | 144 | ||
146 | /* for init */ | 145 | /* for init */ |