forked from luck/tmp_suning_uos_patched
hostfs: switch to ->iterate_shared()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7d674b3195
commit
552a9d489f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user