Skip to content

Commit

Permalink
isofs: switch to ->iterate_shared()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed May 9, 2016
1 parent e17a21d commit e899108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/isofs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const struct file_operations isofs_dir_operations =
{
.llseek = generic_file_llseek,
.read = generic_read_dir,
.iterate = isofs_readdir,
.iterate_shared = isofs_readdir,
};

/*
Expand Down

0 comments on commit e899108

Please sign in to comment.