Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux...
[deliverable/linux.git] / fs / freevxfs / vxfs_lookup.c
index a49e0cfbb686d3448a567dcf76434a041b0b326a..6d576b97f2c8ff9abcda09e58ccc55a088e78f2f 100644 (file)
@@ -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
This page took 0.027063 seconds and 5 git commands to generate.