From 0e79537d30f9dd66ccef70f1c7571594088e30be Mon Sep 17 00:00:00 2001 From: Cong Ding Date: Fri, 1 Feb 2013 22:33:21 -0500 Subject: [PATCH] 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-format-patch failed