From: Jan Kara Date: Mon, 19 Apr 2010 14:47:20 +0000 (+0200) Subject: quota: Convert __DQUOT_PARANOIA symbol to standard config option X-Git-Tag: v2.6.34-rc6~81^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62af9b520513d78484f22f874916dfacbc889ce0;p=pandora-kernel.git quota: Convert __DQUOT_PARANOIA symbol to standard config option Make __DQUOT_PARANOIA define from the old days a standard config option and turn it off by default. This gets rid of a quota warning about writes before quota is turned on for systems with ext4 root filesystem. Currently there's no way to legally solve this because /etc/mtab has to be written before quota is turned on on most systems. Signed-off-by: Jan Kara --- Reading git-diff-tree failed