Skip to content
Snippets Groups Projects
Commit 552a9d48 authored by Al Viro's avatar Al Viro
Browse files

hostfs: switch to ->iterate_shared()


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7d674b31
No related branches found
No related tags found
No related merge requests found
...@@ -398,7 +398,7 @@ static const struct file_operations hostfs_file_fops = { ...@@ -398,7 +398,7 @@ static const struct file_operations hostfs_file_fops = {
static const struct file_operations hostfs_dir_fops = { static const struct file_operations hostfs_dir_fops = {
.llseek = generic_file_llseek, .llseek = generic_file_llseek,
.iterate = hostfs_readdir, .iterate_shared = hostfs_readdir,
.read = generic_read_dir, .read = generic_read_dir,
.open = hostfs_open, .open = hostfs_open,
.fsync = hostfs_fsync, .fsync = hostfs_fsync,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment