From 45436d6251b3310e3ac02f1590e473a2602762ac Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 17 May 2011 17:15:49 -0700 Subject: [PATCH] io_splice 4.1.1 - workaround socket -> pipe issues IO::Splice.copy_stream now uses SPLICE_F_NONBLOCK whenever the destination is a pipe. Our documentation is also updated to reflect the issue of splicing from sockets into pipes. ref: http://lkml.org/lkml/2009/1/13/478 --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 962cda3..6969b4b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.1.0.GIT +DEF_VER=v4.1.1.GIT LF=' ' -- 2.11.4.GIT