aboutsummaryrefslogtreecommitdiffstats
path: root/fs/freevxfs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-04-30 22:37:34 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-05-09 11:41:14 -0400
commitc51da20c48b76ef1114d14b6b6ff190e11afab0e (patch)
tree621f945c5d2a1279c7cbf8e5dcc21f00cfc9a12d /fs/freevxfs
parent060ff688cadac398a17f09bd87b16fd0bf943899 (diff)
more trivial ->iterate_shared conversions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/freevxfs')
-rw-r--r--fs/freevxfs/vxfs_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c
index a49e0cfbb686..6d576b97f2c8 100644
--- a/fs/freevxfs/vxfs_lookup.c
+++ b/fs/freevxfs/vxfs_lookup.c
@@ -58,7 +58,7 @@ const struct inode_operations vxfs_dir_inode_ops = {
58const struct file_operations vxfs_dir_operations = { 58const struct file_operations vxfs_dir_operations = {
59 .llseek = generic_file_llseek, 59 .llseek = generic_file_llseek,
60 .read = generic_read_dir, 60 .read = generic_read_dir,
61 .iterate = vxfs_readdir, 61 .iterate_shared = vxfs_readdir,
62}; 62};
63 63
64static inline u_long 64static inline u_long