quota: Hide warnings about writes to the filesystem before quota was turned on
authorJan Kara <jack@suse.cz>
Tue, 6 Apr 2010 16:52:47 +0000 (18:52 +0200)
committerJan Kara <jack@suse.cz>
Mon, 12 Apr 2010 19:12:19 +0000 (21:12 +0200)
For a root filesystem write to the filesystem before quota is turned on happens
regularly and there's no way around it because of writes to syslog, /etc/mtab,
and similar. So the warning is rather pointless for ordinary users. It's
still useful during development so we just hide the warning behind
__DQUOT_PARANOIA config option.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found