• Christoph Lameter's avatar
    slub: Get rid of slab_free_hook_irq() · d3f661d6
    Christoph Lameter authored
    The following patch will make the fastpaths lockless and will no longer
    require interrupts to be disabled. Calling the free hook with irq disabled
    will no longer be possible.
    
    Move the slab_free_hook_irq() logic into slab_free_hook. Only disable
    interrupts if the features are selected that require callbacks with
    interrupts off and reenable after calls have been made.
    Signed-off-by: default avatarChristoph Lameter <cl@linux.com>
    Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
    d3f661d6
slub.c 110 KB