From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E6ADC4360C for ; Mon, 30 Sep 2019 09:49:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 08A3721721 for ; Mon, 30 Sep 2019 09:49:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730593AbfI3Js7 (ORCPT ); Mon, 30 Sep 2019 05:48:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13409 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728581AbfI3Js7 (ORCPT ); Mon, 30 Sep 2019 05:48:59 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4C2AA58; Mon, 30 Sep 2019 09:48:59 +0000 (UTC) Received: from work-vm (ovpn-117-232.ams2.redhat.com [10.36.117.232]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5B74D60A9D; Mon, 30 Sep 2019 09:48:52 +0000 (UTC) Date: Mon, 30 Sep 2019 10:48:50 +0100 From: "Dr. David Alan Gilbert" To: "Michael S. Tsirkin" Cc: Miklos Szeredi , Stefan Hajnoczi , Miklos Szeredi , Vivek Goyal , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] virtio-fs: rename num_queues to num_request_queues Message-ID: <20190930094850.GC2759@work-vm> References: <20190917114457.886-1-stefanha@redhat.com> <20190918164832.GH2947@work-vm> <20190925102255-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190925102255-mutt-send-email-mst@kernel.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 30 Sep 2019 09:48:59 +0000 (UTC) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org * Michael S. Tsirkin (mst@redhat.com) wrote: > On Wed, Sep 18, 2019 at 08:22:06PM +0200, Miklos Szeredi wrote: > > On Wed, Sep 18, 2019 at 6:48 PM Dr. David Alan Gilbert > > wrote: > > > > > > * Stefan Hajnoczi (stefanha@redhat.com) wrote: > > > > The final version of the virtio-fs device specification renamed the > > > > num_queues field to num_request_queues. The semantics are unchanged but > > > > this name is clearer. > > > > > > > > Use the new name in the code. > > > > > > > > Signed-off-by: Stefan Hajnoczi > > > > > > Consistent with the latest version that's just passed the voting; > > > (see > > > https://lists.oasis-open.org/archives/virtio-dev/201908/msg00113.html ) > > > so: > > > > > > > > > Reviewed-by: Dr. David Alan Gilbert > > > > > > > --- > > > > Feel free to squash this patch. > > > > Thanks, folded this one as well. > > > > Miklos > > So what's the plan for merging all this? > Doesn't look like it was sent in the merge window, nor is > it in linux-next. It's in the version that got merged upstream over the weekend. Dave > -- > MST -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK