[PATCH v2 14/17] afs: Remove erroneous seq |= 1 in volume lookup loop

Oleg Nesterov oleg at redhat.com
Thu Jun 18 08:08:37 PDT 2026


On 06/18, David Howells wrote:
>
> Oleg Nesterov <oleg at redhat.com> wrote:
>
> > > --- a/fs/afs/internal.h
> > > +++ b/fs/afs/internal.h
> > > @@ -750,8 +750,6 @@ static inline void afs_vnode_set_cache(struct afs_vnode *vnode,
> > >  {
> > >  #ifdef CONFIG_AFS_FSCACHE
> > >  	vnode->netfs.cache = cookie;
> > > -	if (cookie)
> > > -		mapping_set_release_always(vnode->netfs.inode.i_mapping);
> > >  #endif
> >
> > This change looks unrelated...
>
> If I remove that bit, can I add your R-b?

Yes, thank you!

Oleg.




More information about the linux-afs mailing list