[PATCH] Add SMP barrier to ipc's grow_ary()
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.
Showing
Please register or sign in to comment