• Jan Kara's avatar
    quota: Make global quota locks cacheline aligned · c516610c
    Jan Kara authored
    Andrew Morton has suggested that three global quota locks can end up in the
    same cacheline which can result in bad cacheline ping-pong on SMP machines.
    Make locks cacheline aligned so that we avoid this problem (thanks goes to
    Andrew for the idea).
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    CC: Andrew Morton <akpm@linux-foundation.org>
    c516610c
dquot.c 70.9 KB