]> git.baikalelectronics.ru Git - kernel.git/commit
pipe: Remove redundant wakeup from pipe_write()
authorDavid Howells <dhowells@redhat.com>
Mon, 7 Oct 2019 14:10:06 +0000 (15:10 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 15 Nov 2019 16:22:54 +0000 (16:22 +0000)
commit015cbd764d5349cc77d636fa3d0ae05d6ec7fc87
tree067c51930399ebf523a9dd44a741ee5a90c916ae
parentf2fdf677434b31998206daa88580bf6bf13f1258
pipe: Remove redundant wakeup from pipe_write()

Remove a redundant wakeup from pipe_write().

Signed-off-by: David Howells <dhowells@redhat.com>
fs/pipe.c