quota: Stop setting IMMUTABLE and NOATIME flags on quota files
authorJan Kara <jack@suse.cz>
Tue, 11 Apr 2017 14:29:12 +0000 (16:29 +0200)
committerJan Kara <jack@suse.cz>
Wed, 19 Apr 2017 12:21:23 +0000 (14:21 +0200)
commitaad6cde9adf4879840cc86bc89ed9cdcee615aae
tree573d5b89ac8731ddeb6c7acf66175dd4d470d943
parent12fd086d3946f753fe0d3db01c2cd037a7d76f4e
quota: Stop setting IMMUTABLE and NOATIME flags on quota files

Currently we set IMMUTABLE and NOATIME flags on quota files to stop
userspace from messing with them. Now that all filesystems set these
flags in their quota_on handlers, we can stop setting the flags in
generic quota code. This will allow filesystems to stop copying i_flags
to their on-disk flags on various occasions.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c