From: Brian Foster Date: Fri, 21 Dec 2012 15:45:17 +0000 (-0500) Subject: xfs: remove int casts from debug dquot soft limit timer asserts X-Git-Tag: v3.8-rc4~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7eac22008f044631c0a3f4be344ebc2cb0e266;p=pandora-kernel.git xfs: remove int casts from debug dquot soft limit timer asserts The int casts here make it easy to trigger an assert with a large soft limit. For example, set a >4TB soft limit on an empty volume to reproduce a (0 > -x) comparison due to an overflow of d_blk_softlimit. Signed-off-by: Brian Foster Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed