Re: [RFC PATCH 11/10] pipe: Add fsync() support [ver #2]

From: David Howells
Date: Thu Oct 31 2019 - 11:16:05 EST


Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx> wrote:

> Similar synchronization is required for reusing memory after vmsplice()?
> I don't see other way how sender could safely change these pages.

Sounds like a point - if you have multiple parallel contributors to the pipe
via vmsplice(), then FIONREAD is of no use. To use use FIONREAD, you have to
let the pipe become empty before you can be sure.

David