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)
commit4c5e6c0e70fd6ca2fa67184fd36a261b3b7b38d0
tree989f00937056222c6672a888b6670e570826442d
parent774f03fb2cf89951b5f5f363b7739a2835d5924e
quota: Hide warnings about writes to the filesystem before quota was turned on

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>
fs/quota/dquot.c