diff options
author | Christoph Lameter <[email protected]> | 2012-05-30 12:54:46 -0500 |
---|---|---|
committer | Pekka Enberg <[email protected]> | 2012-08-16 09:45:04 +0300 |
commit | 19c7ff9ecd89441096dab6a56f926f7df8ba850a (patch) | |
tree | 61bc27b47eb4867252b4d6aaa9c0ae99994b7556 /net/unix/af_unix.c | |
parent | 455ce9eb1cfa083da0def023094190aeb133855a (diff) |
slub: Take node lock during object free checks
Only applies to scenarios where debugging is on:
Validation of slabs can currently occur while debugging
information is updated from the fast paths of the allocator.
This results in various races where we get false reports about
slab metadata not being in order.
This patch makes the fast paths take the node lock so that
serialization with slab validation will occur. Causes additional
slowdown in debug scenarios.
Reported-by: Waiman Long <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions