Re: [PATCH][V2][next] fs/9p: replace functions v9fs_cache_{register|unregister} with direct calls
From: Dan Carpenter
Date: Thu Nov 07 2024 - 08:57:10 EST
On Thu, Nov 07, 2024 at 09:08:49PM +0900, Dominique Martinet wrote:
> Colin Ian King wrote on Thu, Nov 07, 2024 at 09:57:56AM +0000:
> > The helper functions v9fs_cache_register and v9fs_cache_unregister are
> > trivial helper functions that don't offer any extra functionality and
> > are unncessary. Replace them with direct calls to v9fs_init_inode_cache
> > and v9fs_destroy_inode_cache respectively to simplify the code.
> >
> > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
>
> Thanks!
>
> Acked-by: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
>
>
> @Dan, I don't have anything queued up 9p-wise so if you want to take it
> through the janitor tree it'll probably get in faster; otherwise (if
> you'd rather I take it or no reply in a while) I'll pick it up when
> other patches come in.
There isn't a janitor tree or any rush on this. ;)
regards,
dan carpenter