On Mon, Jan 07, 2019 at 09:40:43PM +0530, Anup Patel wrote: > From: Anup Patel <[email protected]> > > We move free_initrd_mem() to kernel/setup.c so that all initrd > related functions are in one place. > > Signed-off-by: Anup Patel <[email protected]>
Looks fine: Reviewed-by: Christoph Hellwig <[email protected]> Talking about free_initrd_mem - don't we need to call free_reserved_area to actually release the memory?

