hostfs: switch to ->iterate_shared()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user