On Wed, Jun 04, 2025 at 01:45:45AM +0100, Tingmao Wang wrote: > + rename_seqcount = read_seqbegin(&rename_lock); > + if (rename_seqcount % 2 == 1) { Please, describe the condition when that can happen, preferably along with a reproducer.