[PATCH] dentry layout tweaks
Lookup typically touches three fields of the dentry: d_bucket, d_name.hash and d_parent. Change the layout of things so that these will always be in the same cacheline.
Showing
Please register or sign in to comment