]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: Set flags on quota files directly
authorJan Kara <jack@suse.cz>
Thu, 6 Apr 2017 13:40:06 +0000 (15:40 +0200)
committerJan Kara <jack@suse.cz>
Wed, 19 Apr 2017 12:21:23 +0000 (14:21 +0200)
commit957153fce8d226612de05938ca18101b7d608328
treea4699a2312ed493656765873b46c7924a3822f72
parent1e0e653f1136a413a9969e5d0d548ee6499b9763
ext4: Set flags on quota files directly

Currently immutable and noatime flags on quota files are set by quota
code which requires us to copy inode->i_flags to our on disk version of
quota flags in GETFLAGS ioctl and ext4_do_update_inode(). Move to
setting / clearing these on-disk flags directly to save that copying.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext4/super.c