Re: [PATCH] fs/coda: get rid of CODA_ALLOC()

From: Dan Carpenter
Date: Thu Feb 14 2019 - 02:37:58 EST


On Thu, Feb 14, 2019 at 08:04:43AM +0100, Julia Lawall wrote:
>
>
> On Thu, 14 Feb 2019, Dan Carpenter wrote:
>
> > These days we have kvzalloc() so we can delete CODA_ALLOC().
>
> Maybe it would be better to get rid fo CODA_FREE as well?

I feel like that's a separate issue. The CODA_FREE() macro already
uses kvfree() so it doesn't bother me as much as the CODA_ALLOC() macro.

regards,
dan carpenter