On Tue, Oct 15, 2019 at 2:49 PM David Howells <dhowells@xxxxxxxxxx> wrote: > > + if (head - pipe->tail == buffers) { Can we just have helper inline functions for these things? You describe them in the commit message of 03/21 (good), but it would be even better if the code was just self-describing.. Linus