Re: [PATCH v6 5/5] RISC-V: Free-up initrd in free_initrd_mem()

From: Christoph Hellwig
Date: Wed Feb 13 2019 - 12:51:19 EST


On Wed, Feb 13, 2019 at 11:53:51AM +0000, Anup Patel wrote:
> We should free-up initrd memory in free_initrd_mem() instead
> of doing nothing.
>
> Signed-off-by: Anup Patel <anup.patel@xxxxxxx>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Note that I just sent out a series that implements a common
free_initrd_mem, so if that gets merged we can eventually remove this
copy entirely.