Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,