]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
slub: Remove useless checks in alloc_debug_processing
authorChristoph Lameter <clameter@sgi.com>
Sat, 16 Feb 2008 07:45:24 +0000 (23:45 -0800)
committerChristoph Lameter <clameter@sgi.com>
Mon, 3 Mar 2008 20:22:31 +0000 (12:22 -0800)
commitd692ef6dcd20da60786470654410e85f29c2ddd9
treea38e03581a829bbd978c7bc03016e275bcf4c774
parente153362a50a34439718a938a851bba977116e19a
slub: Remove useless checks in alloc_debug_processing

Alloc debug processing is never called with a NULL object pointer.
No reason to check for NULL.

Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slub.c