commit | ae73e88e82946595c263e6604f8d53955826ac4f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Mar 01 16:58:46 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 01 16:58:46 2015 -0500 |
tree | c58522437aa5f18cf952517a3c85ab7c02e44f98 | |
parent | 321f3446f38d429bbfafec2885e7e6a6353cce1f [diff] |
libext2fs: encrypted symlinks are never fast Teach ext2fs_inodes_has_valid_blocks2() that encrypted symlinks always use an external block (i.e., we never try to store the symlink in the i_blocks[] array if it is encrypted). Signed-off-by: Theodore Ts'o <tytso@mit.edu>