From: Bob Peterson Date: Thu, 9 Aug 2012 17:48:47 +0000 (-0500) Subject: GFS2: Eliminate unnecessary check for state > 3 in bitfit X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~108^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c05b205d4d30248982d5167bb142146db89bd3;p=pandora-kernel.git GFS2: Eliminate unnecessary check for state > 3 in bitfit Function gfs2_bitfit was checking for state > 3, but that's impossible since it is only called from rgblk_search, which receives only GFS2_BLKST_ constants. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed