Skip to content
Snippets Groups Projects
Commit 518f167a authored by Boaz Harrosh's avatar Boaz Harrosh
Browse files

exofs: Micro-optimize exofs_i_info


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: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent 34ce4e7c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment