Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slub: Remove unnecessary page NULL check
In commit 4d7868e(slub: Do not dereference NULL pointer in node_match) had added check for page NULL in node_match. Thus, it is not needed to check it before node_match, remove it. Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Libin <huawei.libin@huawei.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
- Loading branch information