On Fri, Mar 02, 2018 at 04:59:18PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Both fast and slow encrypted symlinks are prefixed with the ciphertext > length field (fscrypt_symlink_data.len). But e2fsck was only checking > it for slow symlinks. Start checking it for fast symlinks too. This > matches the kernel handling of encrypted symlinks. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted