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:IMO, a separate change would be preferred so that this bug fix patch can be back-ported
Yes, but now that we have scoped_seqlock_read() we can make another changeI wonder if that would be better as a separate patch rather than merged into
on top of this fix. afs_lookup_volume_rcu() can just do
this one.
David
to stable where scoped_seqlock_read() is not present.
Jeffrey