On 19.12.2016 20:15, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > In several places, ubifs checked for an encryption key before creating a > file in an encrypted directory. This was redundant with > fscrypt_setup_filename() or ubifs_new_inode(), and in the case of > ubifs_link() it broke linking to special files. So remove the extra > checks. Thanks for doing this. I assume same or similar changes were also needed for f2fs and ext4 since I've duplicated the logic from them? :-) Thanks, //richard -- 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