diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-04 16:24:53 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-09 11:42:19 -0400 |
commit | 972b241f8441dc37a3f89dcd7e71d7f013873d13 (patch) | |
tree | c47afaf122ed99bf8e010656c4fd39d66d8bf69d | |
parent | 5e261246ce337280087f5211fbc91764daa12286 (diff) |
btrfs: switch to ->iterate_shared()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2aaba58b4856..3e2ada1267f3 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -10181,7 +10181,7 @@ static const struct inode_operations btrfs_dir_ro_inode_operations = { | |||
10181 | static const struct file_operations btrfs_dir_file_operations = { | 10181 | static const struct file_operations btrfs_dir_file_operations = { |
10182 | .llseek = generic_file_llseek, | 10182 | .llseek = generic_file_llseek, |
10183 | .read = generic_read_dir, | 10183 | .read = generic_read_dir, |
10184 | .iterate = btrfs_real_readdir, | 10184 | .iterate_shared = btrfs_real_readdir, |
10185 | .unlocked_ioctl = btrfs_ioctl, | 10185 | .unlocked_ioctl = btrfs_ioctl, |
10186 | #ifdef CONFIG_COMPAT | 10186 | #ifdef CONFIG_COMPAT |
10187 | .compat_ioctl = btrfs_ioctl, | 10187 | .compat_ioctl = btrfs_ioctl, |