Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]

From: David Howells
Date: Fri Nov 01 2019 - 10:53:35 EST


Ilya Dryomov <idryomov@xxxxxxxxx> wrote:

> > * This means there isn't a dead spot in the buffer, but the ring
> > * size has to be a power of two and <= 2^31.

I'll go with that, thanks.

David