Re: [PATCH 00/06] fid refcounting improvements and fixes

From: Dominique Martinet
Date: Mon Jun 13 2022 - 17:19:07 EST


Tyler Hicks wrote on Mon, Jun 13, 2022 at 03:20:53PM -0500:
> On 2022-06-12 17:53:23, Dominique Martinet wrote:
> > @@ -222,7 +221,8 @@ static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry,
> > * We need to hold rename lock when doing a multipath
> > * walk to ensure none of the patch component change
> > */
> > - fid = p9_client_walk(old_fid, l, &wnames[i], clone);
> > + fid = p9_client_walk(old_fid, l, &wnames[i],
> > + old_fid == root_fid /* clone */);
>
> This is no problem at all. The rebased patches look good to me. Squash
> your fix to my fix and it should be ready to go.

Thanks for all your reviews :)
I've rebased my branch if you want to check:
https://github.com/martinetd/linux/commits/9p-next

We've just started a cycle so I'll submit the first three patches (fixes
to stable) next week, and the rest for when 5.20 cycle starts.
Feel free to remind me if it looks like I forgot.
--
Dominique