From: Al Viro Date: Wed, 4 May 2016 20:21:20 +0000 (-0400) Subject: switch ecryptfs to ->iterate_shared X-Git-Tag: v4.7-rc1~144^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a16a9cd538736784e8471602d867bf6a26d0d5;p=thirdparty%2Fkernel%2Flinux.git switch ecryptfs to ->iterate_shared Signed-off-by: Al Viro --- diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index f02404052b7b6..7000b96b783ef 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c @@ -383,7 +383,7 @@ ecryptfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) #endif const struct file_operations ecryptfs_dir_fops = { - .iterate = ecryptfs_readdir, + .iterate_shared = ecryptfs_readdir, .read = generic_read_dir, .unlocked_ioctl = ecryptfs_unlocked_ioctl, #ifdef CONFIG_COMPAT