• Martin J. Bligh's avatar
    [PATCH] 6/6 cacheline align files_lock · 13619430
    Martin J. Bligh authored
    I'm getting a lot of cacheline bounce from .text.lock.file_table due to
    false sharing of the cahceline. The following patch just aligns the lock
    in it's own cacheline.
    13619430
file_table.c 5.4 KB