aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb
diff options
context:
space:
mode:
authorVlastimil Babka <[email protected]>2021-11-10 14:12:45 +0100
committerVlastimil Babka <[email protected]>2022-01-06 12:26:53 +0100
commit9c01e9af171f13cf6573f404ecaf96dfa48233ab (patch)
tree1af8f4560e4f707a0587cd9febe0ac34605f3abd /scripts/gdb
parent662188c3a20eba75babc5a910a5f1b4278069f85 (diff)
mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
The fields 'next' and 'slabs' are only used when CONFIG_SLUB_CPU_PARTIAL is enabled. We can put their definition to #ifdef to prevent accidental use when disabled. Currenlty show_slab_objects() and slabs_cpu_partial_show() contain code accessing the slabs field that's effectively dead with CONFIG_SLUB_CPU_PARTIAL=n through the wrappers slub_percpu_partial() and slub_percpu_partial_read_once(), but to prevent a compile error, we need to hide all this code behind #ifdef. Signed-off-by: Vlastimil Babka <[email protected]> Reviewed-by: Hyeonggon Yoo <[email protected]> Reviewed-by: Roman Gushchin <[email protected]> Tested-by: Hyeonggon Yoo <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions