From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 25 15:31:28 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF10116A4CE for ; Mon, 25 Apr 2005 15:31:28 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA5E43D1D for ; Mon, 25 Apr 2005 15:31:28 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id 0387B1F00E; Mon, 25 Apr 2005 17:31:28 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id DC868618D; Mon, 25 Apr 2005 17:31:27 +0200 (CEST) Date: Mon, 25 Apr 2005 17:31:27 +0200 From: Marc Olzheim To: Marc Olzheim , freebsd-hackers@freebsd.org Message-ID: <20050425153127.GC58044@stack.nl> References: <20050425101008.GA57542@stack.nl> <20050425135044.GD769@empiric.icir.org> <20050425152314.GB58044@stack.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lMM8JwqTlfDpEaS6" Content-Disposition: inline In-Reply-To: <20050425152314.GB58044@stack.nl> X-Operating-System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.9i Subject: Re: preadv() / pwritev() X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 15:31:29 -0000 --lMM8JwqTlfDpEaS6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 25, 2005 at 05:23:14PM +0200, Marc Olzheim wrote: > int > kern_readv(struct thread *td, int fd, struct uio *auio) > { > + return (preadv(td, fd, auio, (off_t)-1, 0)); > +} ->dopreadv() Hit the send button too quickly, I'll submit a new one after testing. Marc --lMM8JwqTlfDpEaS6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCbQ1PezjnobFOgrERArcaAJ4zUCeJNSqKYk81qmg25oNtiJ37CACdEZbD 96wh8/7bJTZkfaFZzTaarV0= =vrev -----END PGP SIGNATURE----- --lMM8JwqTlfDpEaS6--