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:
860d21e
)
ext4: use unlikely to improve the efficiency of the kernel
author
Wang Shilong
<wangsl-fnst@cn.fujitsu.com>
Sat, 12 Jan 2013 21:28:47 +0000
(16:28 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 12 Jan 2013 21:28:47 +0000
(16:28 -0500)
Because the function 'sb_getblk' seldomly fails to return NULL
value,it will be better to use 'unlikely' to optimize it.
Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found