git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f116700
)
ext4: reduce one "if" comparison in ext4_dirhash()
author
Cong Ding
<dinggnu@gmail.com>
Sat, 2 Feb 2013 03:33:21 +0000
(22:33 -0500)
committer
Theodore 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