Commit f7cd74f
mm/slab: use more appropriate condition check for debug_pagealloc
debug_pagealloc debugging is related to SLAB_POISON flag rather than
FORCED_DEBUG option, although FORCED_DEBUG option will enable
SLAB_POISON. Fix it.
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>1 parent 9452a80 commit f7cd74f
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2180 | 2180 | | |
2181 | 2181 | | |
2182 | 2182 | | |
2183 | | - | |
2184 | 2183 | | |
2185 | 2184 | | |
2186 | 2185 | | |
2187 | 2186 | | |
2188 | 2187 | | |
2189 | 2188 | | |
2190 | 2189 | | |
2191 | | - | |
| 2190 | + | |
2192 | 2191 | | |
2193 | 2192 | | |
2194 | 2193 | | |
2195 | 2194 | | |
2196 | 2195 | | |
2197 | 2196 | | |
2198 | | - | |
2199 | 2197 | | |
2200 | 2198 | | |
2201 | 2199 | | |
| |||
0 commit comments