From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754056AbbCBKcu (ORCPT ); Mon, 2 Mar 2015 05:32:50 -0500 Received: from ozlabs.org ([103.22.144.67]:53941 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751692AbbCBKcq (ORCPT ); Mon, 2 Mar 2015 05:32:46 -0500 From: Rusty Russell To: "Michael S. Tsirkin" , 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 In-Reply-To: <1425192883-5930-3-git-send-email-mst@redhat.com> References: <1425192883-5930-1-git-send-email-mst@redhat.com> <1425192883-5930-3-git-send-email-mst@redhat.com> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Mon, 02 Mar 2015 10:45:37 +1030 Message-ID: <871tl8l0eu.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "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.