Re: [RFC PATCH 49/62] dax: make use of ->free_inode()

From: Dan Williams
Date: Thu Apr 18 2019 - 12:58:59 EST


On Thu, Apr 18, 2019 at 5:16 AM Jan Kara <jack@xxxxxxx> wrote:
>
> On Tue 16-04-19 18:53:27, Al Viro wrote:
> > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> >
> > we might want to drop ->destroy_inode() there - it's used only for
> > WARN_ON() now, and AFAICS that could be moved to ->evict_inode()
> > if we had one...
> >
> > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> > ---
> > drivers/dax/super.c | 7 ++-----
> > 1 file changed, 2 insertions(+), 5 deletions(-)
>
> Added Dan to CC since I'm not sure how closely he follows fsdevel. The
> patch looks good to me FWIW so feel free to add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>

Thanks Jan.

Acked-by: Dan Williams <dan.j.williams@xxxxxxxxx>

Al, I assume you'll merge this with the other free_inode changes.