summaryrefslogtreecommitdiffstats
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)
downloadop-kernel-dev-c51da20c48b76ef1114d14b6b6ff190e11afab0e.zip
op-kernel-dev-c51da20c48b76ef1114d14b6b6ff190e11afab0e.tar.gz
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 a49e0cf..6d576b9 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 = {
const struct file_operations vxfs_dir_operations = {
.llseek = generic_file_llseek,
.read = generic_read_dir,
- .iterate = vxfs_readdir,
+ .iterate_shared = vxfs_readdir,
};
static inline u_long
OpenPOWER on IntegriCloud