commit | a73415a8a5c260b1543fafe01c6dfb254c454ec0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 11 16:43:51 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Apr 19 14:21:23 2017 +0200 |
tree | 7eb400d10eedc9b7e9ded604c3608bc89b0edc5b | |
parent | 7ba4a2e8b85a211ab6a74c19d9188e70d0e866de [diff] |
reiserfs: Remove useless setting of i_flags reiserfs_new_inode() clears IMMUTABLE and APPEND flags from a symlink i_flags however a few lines below in sd_attrs_to_i_attrs() we will happily overwrite i_flags with whatever we inherited from the directory. Since this behavior is there for ages just remove the useless setting of i_flags. Signed-off-by: Jan Kara <jack@suse.cz>