https://github.com/torvalds/linux
Revision 323ef68faf1bbd9b1e66aea268fd09d358d7e8ab authored by Andy Whitcroft on 16 February 2011, 04:49:59 UTC, committed by Tyler Hicks on 21 February 2011, 20:46:36 UTC
read() calls against a file descriptor connected to a directory are
incorrectly returning EINVAL rather than EISDIR:

  [EISDIR]
    [XSI] [Option Start] The fildes argument refers to a directory and the
    implementation does not allow the directory to be read using read()
    or pread(). The readdir() function should be used instead. [Option End]

This occurs because we do not have a .read operation defined for
ecryptfs directories.  Connect this up to generic_read_dir().

BugLink: http://bugs.launchpad.net/bugs/719691
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1 parent 70b8902
History
Tip revision: 323ef68faf1bbd9b1e66aea268fd09d358d7e8ab authored by Andy Whitcroft on 16 February 2011, 04:49:59 UTC
ecryptfs: read on a directory should return EISDIR if not supported
Tip revision: 323ef68
File Mode Size
Kconfig -rw-r--r-- 43.3 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 5.1 KB
do_mounts.c -rw-r--r-- 10.9 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.1 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.1 KB
initramfs.c -rw-r--r-- 12.6 KB
main.c -rw-r--r-- 22.0 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.1 KB

back to top