Skip to content

Commit

Permalink
hostfs: switch to ->iterate_shared()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed May 12, 2016
1 parent 7d674b3 commit 552a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hostfs/hostfs_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 552a9d4

Please sign in to comment.