ext4: reduce one "if" comparison in ext4_dirhash()
authorCong Ding <dinggnu@gmail.com>
Sat, 2 Feb 2013 03:33:21 +0000 (22:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 2 Feb 2013 03:33:21 +0000 (22:33 -0500)
It is unnecessary to check i<4 after the loop; just do it before the
break.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found