diff options
| author | Christoph Lameter <[email protected]> | 2007-09-11 15:24:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-09-11 17:21:27 -0700 |
| commit | ba0268a8b056f2ad846f1f8837a764c21bb6425e (patch) | |
| tree | 93ab7d2555a98628850dbf917a43ceddef8c980c /net/lapb/lapb_timer.c | |
| parent | 4150d3f549fe2355625017b2a6ff72aec98bcef0 (diff) | |
SLUB: accurately compare debug flags during slab cache merge
This was posted on Aug 28 and fixes an issue that could cause troubles
when slab caches >=128k are created.
http://marc.info/?l=linux-mm&m=118798149918424&w=2
Currently we simply add the debug flags unconditional when checking for a
matching slab. This creates issues for sysfs processing when slabs exist
that are exempt from debugging due to their huge size or because only a
subset of slabs was selected for debugging.
We need to only add the flags if kmem_cache_open() would also add them.
Create a function to calculate the flags that would be set
if the cache would be opened and use that function to determine
the flags before looking for a compatible slab.
[[email protected]: fixlets]
Signed-off-by: Christoph Lameter <[email protected]>
Cc: Chuck Ebbert <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions