]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
jfs: Set flags on quota files directly
authorJan Kara <jack@suse.cz>
Tue, 11 Apr 2017 14:21:01 +0000 (16:21 +0200)
committerJan Kara <jack@suse.cz>
Wed, 19 Apr 2017 12:21:23 +0000 (14:21 +0200)
commit12fd086d3946f753fe0d3db01c2cd037a7d76f4e
tree58e12f60839a3a8a91896fcbfac197ca55dca162
parent161f3b74479b1e486fc784111491023a5bc57bf7
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>
fs/jfs/super.c