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)
commit7e25a73f1a52b58fc8206557e40d990cd791ad25
tree067c51930399ebf523a9dd44a741ee5a90c916ae
parenta194dfe6e6f6f7205eea850a420f2bc6a1541209
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