Re: [PATCH 6/7] afs: Remove erroneous seq |= 1 in volume lookup loop

From: Jeffrey E Altman

Date: Tue Jun 09 2026 - 13:02:30 EST


On 6/9/2026 11:53 AM, David Howells wrote:
Oleg Nesterov <oleg@xxxxxxxxxx> wrote:

Yes, but now that we have scoped_seqlock_read() we can make another change
on top of this fix. afs_lookup_volume_rcu() can just do
I wonder if that would be better as a separate patch rather than merged into
this one.

David
IMO, a separate change would be preferred so that this bug fix patch can be back-ported
to stable where scoped_seqlock_read() is not present.

Jeffrey