| Submitter | Colin King |
|---|---|
| Date | Feb. 16, 2012, 5:11 p.m. |
| Message ID | <1329412267-19835-2-git-send-email-colin.king@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/141647/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index d8adc51..3015389 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c @@ -323,6 +323,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,