mm/slub.c: switch to bitmap_zalloc()
authorAndy Shevchenko <[email protected]>
Fri, 26 Oct 2018 22:03:06 +0000 (15:03 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Oct 2018 23:25:18 +0000 (16:25 -0700)
commit0684e6526edfb4debf0a0a884834bb1a104085dc
tree7c2d8604b62544adc47b94ca3f200b73817ea427
parent253cc22fc6a1245472b12e2162df00c5817402b7
mm/slub.c: switch to bitmap_zalloc()

Switch to bitmap_zalloc() to show clearly what we are allocating.  Besides
that it returns pointer of bitmap type instead of opaque void *.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Tested-by: David Rientjes <[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