• Linus Torvalds's avatar
    Waste less memory in dentries. · 293889f5
    Linus Torvalds authored
    We don't bother aligining them on a cacheline boundary, since
    that is totally excessive in some configurations (especially
    P4's with 128-byte cachelines).
    
    Instead, we make the minimum inline string size a bit longer,
    and re-order a few fields that allow for better packing on
    64-bit architectures, for better memory utilization.
    293889f5
dcache.c 41.7 KB