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:
34ce4e7
)
exofs: Micro-optimize exofs_i_info
author
Boaz Harrosh
<bharrosh@panasas.com>
Thu, 21 Jan 2010 18:00:02 +0000
(20:00 +0200)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Sun, 28 Feb 2010 11:35:25 +0000
(
03:35
-0800)
optimize the exofs_i_info struct usage by moving the embedded
vfs_inode to be first. A compiler might optimize away an "add"
operation with constant zero. (Which it cannot with other constants)
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
No differences found