From: Cong Ding Date: Sat, 2 Feb 2013 03:33:21 +0000 (-0500) Subject: ext4: reduce one "if" comparison in ext4_dirhash() X-Git-Tag: v3.9-rc1~64^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e79537d30f9dd66ccef70f1c7571594088e30be;p=pandora-kernel.git ext4: reduce one "if" comparison in ext4_dirhash() It is unnecessary to check i<4 after the loop; just do it before the break. Signed-off-by: Cong Ding Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed