Re: [PATCH] mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()

2012-12-11 Thread Yinghai Lu
On Tue, Dec 11, 2012 at 10:39 AM, Johannes Weiner wrote: > On Tue, Dec 11, 2012 at 04:12:03PM +0800, Lin Feng wrote: >> Wrapper fucntion reserve_bootmem_generic() currently have no caller, >> so clean it up. >> >> Signed-off-by: Lin Feng > > Acked-by: Johannes Weiner yes, this is leftover from

Re: [PATCH] mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()

2012-12-11 Thread Johannes Weiner
On Tue, Dec 11, 2012 at 04:12:03PM +0800, Lin Feng wrote: > Wrapper fucntion reserve_bootmem_generic() currently have no caller, > so clean it up. > > Signed-off-by: Lin Feng Acked-by: Johannes Weiner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

[PATCH] mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()

2012-12-11 Thread Lin Feng
Wrapper fucntion reserve_bootmem_generic() currently have no caller, so clean it up. Signed-off-by: Lin Feng --- include/linux/bootmem.h |3 --- mm/bootmem.c|6 -- 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/include/linux/bootmem.h b/include/linux/bootm