[PATCH] mempool_resize fix
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.
Showing
Please register or sign in to comment