From: Jan Kara Date: Tue, 6 Apr 2010 16:52:47 +0000 (+0200) Subject: quota: Hide warnings about writes to the filesystem before quota was turned on X-Git-Tag: v2.6.34-rc4~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5e6c0e70fd6ca2fa67184fd36a261b3b7b38d0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed