Skip to content
Commit e7d553d6 authored by David Howells's avatar David Howells
Browse files

pipe: Add notification lossage handling



Add handling for loss of notifications by having read() insert a
loss-notification message after it has read the pipe buffer that was last
in the ring when the loss occurred.

Lossage can come about either by running out of notification descriptors or
by running out of space in the pipe ring.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 8cfba763
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment