Commit e8991089 authored by Al Viro's avatar Al Viro

isofs: switch to ->iterate_shared()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e17a21d3
...@@ -269,7 +269,7 @@ const struct file_operations isofs_dir_operations = ...@@ -269,7 +269,7 @@ const struct file_operations isofs_dir_operations =
{ {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.read = generic_read_dir, .read = generic_read_dir,
.iterate = isofs_readdir, .iterate_shared = isofs_readdir,
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment