commit | 12fd086d3946f753fe0d3db01c2cd037a7d76f4e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 11 16:21:01 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Apr 19 14:21:23 2017 +0200 |
tree | 58e12f60839a3a8a91896fcbfac197ca55dca162 | |
parent | 161f3b74479b1e486fc784111491023a5bc57bf7 [diff] |
jfs: 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 copy_to_dinode(). Move to setting / clearing these on-disk flags directly to save that copying. Signed-off-by: Jan Kara <jack@suse.cz>