Re: [PATCH v1] mm/slub.c: Switch to bitmap_zalloc()
From: David Rientjes <rientjes@google.com>
Date: 2018-08-31 21:32:57
From: David Rientjes <rientjes@google.com>
Date: 2018-08-31 21:32:57
On Thu, 30 Aug 2018, Andy Shevchenko wrote:
Switch to bitmap_zalloc() to show clearly what we are allocating. Besides that it returns pointer of bitmap type instead of opaque void *. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: David Rientjes <rientjes@google.com>