X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fecryptfs%2Ffile.c;h=7d1050e254f9c85a84bdab5cf8b5cf1bb36a8a5c;hb=323ef68faf1bbd9b1e66aea268fd09d358d7e8ab;hp=81e10e6a94438fefd4d155fc27cce3911bcea078;hpb=70b8902199003b098fde86d1db02e7465115a02c;p=linux-2.6-block.git diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index 81e10e6a9443..7d1050e254f9 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c @@ -317,6 +317,7 @@ ecryptfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) const struct file_operations ecryptfs_dir_fops = { .readdir = ecryptfs_readdir, + .read = generic_read_dir, .unlocked_ioctl = ecryptfs_unlocked_ioctl, #ifdef CONFIG_COMPAT .compat_ioctl = ecryptfs_compat_ioctl,