Comment 6 for bug 719691

Revision history for this message
Colin Ian King (colin-king) wrote :

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.