From: Theodore Ts'o Date: Sun, 12 Apr 2015 22:05:07 +0000 (-0400) Subject: Revert "libext2fs: encrypted symlinks are never fast" X-Git-Tag: v1.43-WIP-2015-05-18~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6721909c2d0b751b1bd5e16556a9be821ec6d41;p=thirdparty%2Fe2fsprogs.git Revert "libext2fs: encrypted symlinks are never fast" This reverts commit ae73e88e82946595c263e6604f8d53955826ac4f. The latest kernel patches will now create fast encrypted symlinks Signed-off-by: Theodore Ts'o --- diff --git a/lib/ext2fs/valid_blk.c b/lib/ext2fs/valid_blk.c index cb450005d..db5d90ae4 100644 --- a/lib/ext2fs/valid_blk.c +++ b/lib/ext2fs/valid_blk.c @@ -39,8 +39,6 @@ int ext2fs_inode_has_valid_blocks2(ext2_filsys fs, struct ext2_inode *inode) * target is stored in the block entries. */ if (LINUX_S_ISLNK (inode->i_mode)) { - if (inode->i_flags & EXT4_ENCRYPT_FL) - return 1; if (ext2fs_file_acl_block(fs, inode) == 0) { /* With no EA block, we can rely on i_blocks */ if (inode->i_blocks == 0)