SRU Justification:
Impact: Read on an ecryptfs directory should return EISDIR if not supported however currently EINVAL is being returned rather than EISDIR.
Fix: With this patch a .read operation for ecryptfs directories is connected up to generic_read_dir() which then performs the correct behavior.
Testcase:
See comment #1 in the bug report.
SRU Justification:
Impact: Read on an ecryptfs directory should return EISDIR if not
supported however currently EINVAL is being returned rather than
EISDIR.
Fix: With this patch a .read operation for ecryptfs directories is
connected up to generic_read_dir() which then performs the correct
behavior.
Testcase:
See comment #1 in the bug report.