diff options
author | Jan Kara <jack@suse.cz> | 2017-04-11 16:43:51 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-04-19 14:21:23 +0200 |
commit | a73415a8a5c260b1543fafe01c6dfb254c454ec0 (patch) | |
tree | 7eb400d10eedc9b7e9ded604c3608bc89b0edc5b /fs/reiserfs/ioctl.c | |
parent | 7ba4a2e8b85a211ab6a74c19d9188e70d0e866de (diff) | |
download | linux-a73415a8a5c260b1543fafe01c6dfb254c454ec0.tar.bz2 |
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>
Diffstat (limited to 'fs/reiserfs/ioctl.c')
0 files changed, 0 insertions, 0 deletions