From owner-freebsd-current@FreeBSD.ORG Thu Jul 11 14:45:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8F71C76C; Thu, 11 Jul 2013 14:45:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) by mx1.freebsd.org (Postfix) with ESMTP id 050EA1144; Thu, 11 Jul 2013 14:45:20 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id e11so7012512wgh.18 for ; Thu, 11 Jul 2013 07:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gXQgnu3fjmEyjHCw5ziWp+KUkJefYsKjM+HhWMiXFhs=; b=dmP2mjHdQwgO6uVpse4v+jhObhYl5aorijtKRw4fAHfompF6YthZNPfeVaxbq3+J2B ocFoktqPJfQ6a5ENsTJBkzRpKRMKx5R3nl2iZ4HbBip/iMwtB7UOKC130JGDUmu7slVJ Pq4+L45yfBTYWs/EwjRAkgKv+7oL1bE1t7FPx7XuNa8FYKGb6bE3s6yY2jDNEZ3rjG/Z Vxb3UBjRH2+SyIdD1VGobndXAwjht2EU86VhWyeUbnzC+d4gqr9xR+rmFkL4rBQIR2fB vlBliwJpuCgHaKbOMd6yAZN+gJkT+WzFfzqAahS7wb5m4euu3khhAou8njSlCZ5KKx1O 4EGA== MIME-Version: 1.0 X-Received: by 10.194.63.229 with SMTP id j5mr20771825wjs.79.1373553920141; Thu, 11 Jul 2013 07:45:20 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Thu, 11 Jul 2013 07:45:19 -0700 (PDT) In-Reply-To: <20130711101720.GZ67810@FreeBSD.org> References: <20130711101720.GZ67810@FreeBSD.org> Date: Thu, 11 Jul 2013 07:45:19 -0700 X-Google-Sender-Auth: DU3KH1FtBTygDfvpsNXsH963f7s Message-ID: Subject: Re: hacking - aio_sendfile() From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 14:45:21 -0000 I reference the source/dest FDs in the queue method. Is that not good enough? -adrian