Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb
[linux-2.6-block.git] / fs / sysv / dir.c
index c0f0a3e643eb7cb5dbc5d3469f08625af2ae43ec..2661b77fc8a79b18071088236382421bc2eb21b8 100644 (file)
@@ -23,7 +23,7 @@ static int sysv_readdir(struct file *, struct dir_context *);
 const struct file_operations sysv_dir_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
-       .iterate        = sysv_readdir,
+       .iterate_shared = sysv_readdir,
        .fsync          = generic_file_fsync,
 };