]> git.karo-electronics.de Git - karo-tx-linux.git/commit
reiserfs: Set flags on quota files directly
authorJan Kara <jack@suse.cz>
Thu, 6 Apr 2017 14:34:53 +0000 (16:34 +0200)
committerJan Kara <jack@suse.cz>
Wed, 19 Apr 2017 12:21:23 +0000 (14:21 +0200)
commit33eb928a9e21fb32221db4290d579753ecf2b80e
treec44e3f54588d07ae6e2b02ef6824be522bad03f8
parent957153fce8d226612de05938ca18101b7d608328
reiserfs: 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 when writing stat item. Move to
setting / clearing these on-disk flags directly to save that copying.

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