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

Commit 29884eff authored by Al Viro's avatar Al Viro
Browse files

afs: switch to ->iterate_shared()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e23e9aa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static int afs_rename(struct inode *old_dir, struct dentry *old_dentry,
const struct file_operations afs_dir_file_operations = {
	.open		= afs_dir_open,
	.release	= afs_release,
	.iterate	= afs_readdir,
	.iterate_shared	= afs_readdir,
	.lock		= afs_lock,
	.llseek		= generic_file_llseek,
};