From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754568AbbCEIk3 (ORCPT ); Thu, 5 Mar 2015 03:40:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46293 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754484AbbCEIk1 (ORCPT ); Thu, 5 Mar 2015 03:40:27 -0500 Date: Thu, 5 Mar 2015 09:40:19 +0100 From: "Michael S. Tsirkin" To: Rusty Russell Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org Subject: Re: [PATCH 2/2] virtio_blk: fix comment for virtio 1.0 Message-ID: <20150305084019.GB11474@redhat.com> References: <1425192883-5930-1-git-send-email-mst@redhat.com> <1425192883-5930-3-git-send-email-mst@redhat.com> <871tl8l0eu.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871tl8l0eu.fsf@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 02, 2015 at 10:45:37AM +1030, Rusty Russell wrote: > "Michael S. Tsirkin" writes: > > Fix up comment to match virtio 1.0 logic: > > virtio_blk_outhdr isn't the first elements anymore, > > the only requirement is that it comes first in > > the s/g list. > > > > Signed-off-by: Michael S. Tsirkin > > Thanks, both applied. > > Cheers, > Rusty. Hmm, I don't see them in your virtio-next tree. Did I miss something? I know these are just headers but it's in UAPI so I'd like to make them correct ASAP.