quota: Introduce DQUOT_QUOTA_SYS_FILE flag
authorJan Kara <jack@suse.cz>
Tue, 30 Sep 2008 15:53:37 +0000 (17:53 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:57 +0000 (08:36 -0800)
If filesystem can handle quota files as system files hidden from users, we can
skip a lot of cache invalidation, syncing, inode flags setting etc. when
turning quotas on, off and quota_sync. Allow filesystem to indicate that it is
hiding quota files from users by DQUOT_QUOTA_SYS_FILE flag.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>

No differences found