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

pipe: Advance tail pointer inside of wait spinlock in pipe_read()



Advance the pipe ring tail pointer inside of wait spinlock in pipe_read()
so that the pipe can be written into with kernel notifications from
contexts where pipe->mutex cannot be taken.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 6718b6f8
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