-
由 Austin Clements 提交于
Previously, ksfree passed the whole CPU array for a slab to kfree_pool, which expected a pointer to the specific kmem to free to. Since the array decayed to a pointer, this compiled and worked, but would always free to CPU 0's slab.
bc0ff894