Commit 552a9d48 authored by Al Viro's avatar Al Viro

hostfs: switch to ->iterate_shared()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7d674b31
......@@ -398,7 +398,7 @@ static const struct file_operations hostfs_file_fops = {
static const struct file_operations hostfs_dir_fops = {
.llseek = generic_file_llseek,
.iterate = hostfs_readdir,
.iterate_shared = hostfs_readdir,
.read = generic_read_dir,
.open = hostfs_open,
.fsync = hostfs_fsync,
......
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