commit | 6390d33bf5d9b24fd4f96e415b6888f59c8494f9 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Sun May 13 16:45:56 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 13 16:45:56 2018 -0400 |
tree | 41abc900ed27d46cb27466a562babf2a443af09e | |
parent | 71fe989961374ae55863c5da527bcf45be020834 [diff] |
ext4: add verifier check for symlink with append/immutable flags The Linux VFS does not allow a way to set append/immuttable attributes to symlinks, this is just not possible. If this is detected inform the user as the filesystem must be corrupted. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>