From: Jan Kara Date: Wed, 20 Aug 2008 13:49:59 +0000 (+0200) Subject: quota: Remove bogus 'optimization' in check_idq() and check_bdq() X-Git-Tag: v2.6.29-rc1~505^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1497d3ad487b64eeea83ac203263802755438949;p=pandora-kernel.git quota: Remove bogus 'optimization' in check_idq() and check_bdq() Checks like <= 0 for an unsigned type do not make much sence. The value could be only 0 and that does not happen often enough for the check to be worth it. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed