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

Commit 51a16a9c authored by Al Viro's avatar Al Viro
Browse files

switch ecryptfs to ->iterate_shared



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a063ff1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -383,7 +383,7 @@ ecryptfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
#endif
#endif


const struct file_operations ecryptfs_dir_fops = {
const struct file_operations ecryptfs_dir_fops = {
	.iterate = ecryptfs_readdir,
	.iterate_shared = ecryptfs_readdir,
	.read = generic_read_dir,
	.read = generic_read_dir,
	.unlocked_ioctl = ecryptfs_unlocked_ioctl,
	.unlocked_ioctl = ecryptfs_unlocked_ioctl,
#ifdef CONFIG_COMPAT
#ifdef CONFIG_COMPAT