• Andrew Morton's avatar
    [PATCH] mempool_resize fix · 6dec67d3
    Andrew Morton authored
    David Brownell noticed this.  mempool_resize() is calling kfree on a rare
    path when it should be calling the pool's free function.
    
    The patch fixes that up, and then disables mempool_resize() compilation - it
    has no callers at present.
    6dec67d3
mempool.c 7.73 KB