• Andrew Morton's avatar
    [PATCH] dentry layout tweaks · 35181da9
    Andrew Morton authored
    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.
    35181da9
dcache.h 9.14 KB