diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-04 16:21:20 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-09 11:42:18 -0400 |
commit | 51a16a9cd538736784e8471602d867bf6a26d0d5 (patch) | |
tree | 3b1b2a219e21266e189593a1b9e9b6f6742a74a4 /fs/ecryptfs/file.c | |
parent | a063ff1e43833559efff0ef782deb464a803644b (diff) |
switch ecryptfs to ->iterate_shared
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ecryptfs/file.c')
-rw-r--r-- | fs/ecryptfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index f02404052b7b..7000b96b783e 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) | |||
383 | #endif | 383 | #endif |
384 | 384 | ||
385 | const struct file_operations ecryptfs_dir_fops = { | 385 | const struct file_operations ecryptfs_dir_fops = { |
386 | .iterate = ecryptfs_readdir, | 386 | .iterate_shared = ecryptfs_readdir, |
387 | .read = generic_read_dir, | 387 | .read = generic_read_dir, |
388 | .unlocked_ioctl = ecryptfs_unlocked_ioctl, | 388 | .unlocked_ioctl = ecryptfs_unlocked_ioctl, |
389 | #ifdef CONFIG_COMPAT | 389 | #ifdef CONFIG_COMPAT |