]> Git Repo - linux.git/commit - mm/slub.c
mm/slub.c: remove an unused addr argument
authorQian Cai <[email protected]>
Tue, 5 Mar 2019 23:42:10 +0000 (15:42 -0800)
committerLinus Torvalds <[email protected]>
Wed, 6 Mar 2019 05:07:14 +0000 (21:07 -0800)
commit278d7756dff0b4c8089c46abad20a79bcfa66b5b
tree900b75f41daafeae28247a564706bcc541e017f6
parentde810f490db7ed4c1db2bbfa458b2e27681d2ccb
mm/slub.c: remove an unused addr argument

"addr" function argument is not used in alloc_consistency_checks() at
all, so remove it.

Link: http://lkml.kernel.org/r/[email protected]
Fixes: becfda68abca ("slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS")
Signed-off-by: Qian Cai <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Acked-by: David Rientjes <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c
This page took 0.051245 seconds and 4 git commands to generate.