• Andrew Morton's avatar
    [PATCH] Add SMP barrier to ipc's grow_ary() · 5e1341d1
    Andrew Morton authored
    From Dipanker Sarma.
    
    Before setting the ids->entries to the new array, there must be a wmb()
    to make sure that the memcpyed contents of the new array are visible
    before the new array becomes visible.
    5e1341d1
util.c 12.5 KB