On Mon, Dec 05, 2016 at 11:12:45AM -0800, Eric Biggers wrote: > As part of an effort to clean up fscrypt-related error codes, make > FS_IOC_SET_ENCRYPTION_POLICY fail with ENOTDIR when the file descriptor > does not refer to a directory. This is more descriptive than EINVAL, > which was ambiguous with some of the other error cases. > > I am not aware of any users who might be relying on the previous error > code of EINVAL, which was never documented anywhere, and in some buggy > kernels did not exist at all as the S_ISDIR() check was missing. > > This failure case will be exercised by an xfstest. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Applied to the fscrypt branch, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html