Re: [PATCH] slab: remove the redundant declaration of kmalloc

2013-11-22 Thread Randy Dunlap
On 11/21/13 17:07, Qiang Huang wrote: > On 2013/11/22 3:11, Randy Dunlap wrote: >> On 11/20/13 21:57, Qiang Huang wrote: >>> >>> Signed-off-by: Qiang Huang >> >> or use my patch from 2013-09-17: >> http://marc.info/?l=linux-mm&m=137944291611467&w=2 >> >> Would be nice to one of these merged... >

[PATCH] slab: remove the redundant declaration of kmalloc

2013-11-20 Thread Qiang Huang
Signed-off-by: Qiang Huang --- include/linux/slab.h | 102 +++ 1 file changed, 46 insertions(+), 56 deletions(-) diff --git a/include/linux/slab.h b/include/linux/slab.h index 74f1058..630f22f 100644 --- a/include/linux/slab.h +++ b/include/linux/