[PATCH 02/11] splice_to_pipe(): don't open-code wakeup_pipe_readers()

Al Viro <[email protected]> Fri, 23 Sep 2016 20:02:03 +0100
Newsgroups gmane.comp.file-systems.xfs.general
Message-ID <20160923190203.GZ2356__28731.3609304421$1474657347$gmane$org@ZenIV.linux.org.uk>
Signed-off-by: Al Viro <[email protected]>
---
 fs/splice.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/fs/splice.c b/fs/splice.c
index dd9bf7e..36e9353 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -242,10 +242,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe,
 		}
 
 		if (do_wakeup) {
-			smp_mb();
-			if (waitqueue_active(&pipe->wait))
-				wake_up_interruptible_sync(&pipe->wait);
-			kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN);
+			wakeup_pipe_readers(pipe);
 			do_wakeup = 0;
 		}
 
-- 
2.9.3

_______________________________________________
xfs mailing list
[email protected]
http://oss.sgi.com/mailman/listinfo/xfs