On Fri, 8 Apr 2022 16:24:42 +0200 Mattias Rönnblom <[email protected]> wrote:
> + /* A writer pegged the sequence number during the read operation. */ > + if (unlikely(begin_sn != end_sn)) > + return true; In some countries "pegged" might be considered inappropriate slang. Use incremented or changed instead.

