mm: move slab related stuff from util.c to slab_common.c
authorAndrey Ryabinin <[email protected]>
Wed, 6 Aug 2014 23:04:44 +0000 (16:04 -0700)
committerLinus Torvalds <[email protected]>
Thu, 7 Aug 2014 01:01:15 +0000 (18:01 -0700)
commit928cec9cd6db53a68f54bc9ef1c54c674ba1c6bb
tree109222d5f88dda34aafe9e2946b426da5331c368
parent54266640709a24c9844245d0d9f36b9cb1f31326
mm: move slab related stuff from util.c to slab_common.c

Functions krealloc(), __krealloc(), kzfree() belongs to slab API, so
should be placed in slab_common.c

Also move slab allocator's tracepoints defenitions to slab_common.c No
functional changes here.

Signed-off-by: Andrey Ryabinin <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab_common.c
mm/util.c