You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joe Orton <jo...@redhat.com> on 2005/02/04 11:39:21 UTC

[PATCH] sendfile on s390-linux

Does anyone know or care what versions of Linux on S/390 had a broken
sendfile()? It apparently does not any more; this was submitted to Red
Hat via the IBM LTC from Oliver Paukstadt <oliver.paukstadt
millenux.com>

Index: configure.in
===================================================================
--- configure.in	(revision 125418)
+++ configure.in	(working copy)
@@ -909,9 +909,6 @@
         *alpha*-dec-osf* )
             sendfile="0"
             ;;
-        s390-*-linux-gnu)
-            sendfile="0"
-            ;;
         *aix*)
             # compiler-independent check for 64-bit build
             AC_CHECK_SIZEOF(void*, 4)


Re: [PATCH] sendfile on s390-linux

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Feb 04, 2005 at 05:55:50AM -0500, Jeff Trawick wrote:
> On Fri, 4 Feb 2005 10:39:21 +0000, Joe Orton <jo...@redhat.com> wrote:
> > Does anyone know or care what versions of Linux on S/390 had a broken
> > sendfile()? 
> 
> know? no
> care?  yes ;)
> 
> in the absence of better info, how about disabling it only for kernel < 2.4?

OK, sounds sensible.

joe

Re: [PATCH] sendfile on s390-linux

Posted by Jeff Trawick <tr...@gmail.com>.
On Fri, 4 Feb 2005 10:39:21 +0000, Joe Orton <jo...@redhat.com> wrote:
> Does anyone know or care what versions of Linux on S/390 had a broken
> sendfile()? 

know? no
care?  yes ;)

in the absence of better info, how about disabling it only for kernel < 2.4?