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 <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
1 file changed