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:
b17b35e
)
ext4: optimize ext4_check_dir_entry() with unlikely() annotations
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 20 Dec 2010 03:07:02 +0000
(22:07 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 20 Dec 2010 03:07:02 +0000
(22:07 -0500)
This function gets called a lot for large directories, and the answer
is almost always "no, no, there's no problem". This means using
unlikely() is a good thing.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found