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 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D249CC433EF for ; Mon, 17 Jan 2022 12:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 64D0340578; Mon, 17 Jan 2022 12:07:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5EEi7oeSm0QV; Mon, 17 Jan 2022 12:07:08 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id E780540220; Mon, 17 Jan 2022 12:07:07 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id AE40CC0039; Mon, 17 Jan 2022 12:07:07 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 9A19FC002F for ; Mon, 17 Jan 2022 12:07:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 73AC94015F for ; Mon, 17 Jan 2022 12:07:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=redhat.com Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EEG2MD6efCmy for ; Mon, 17 Jan 2022 12:07:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by smtp4.osuosl.org (Postfix) with ESMTPS id A5CB440114 for ; Mon, 17 Jan 2022 12:07:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642421221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HjkZyvukS+eajY8g3s3P/gbb2M8cj0aCRB497Xd4F3Y=; b=Pr6LwWDUMx2W/VHJoQEEhSrIcfbhmRJKKCFbMYpMiH4Bh1oA/E7MLSh1jKWBHY5tYFuK/L 6xxaOoArJjT6dLHyFNlyLYxI8cU34sJaW8rbHaMXwW0ekWqYaoxJc7LnK05rfybtbEGUjB m4ANPxRMwlmLqr/K7sDC+SL6IpbHoo0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-101-D0Fp29XMMaCxJkB0yCT_Zw-1; Mon, 17 Jan 2022 07:06:57 -0500 X-MC-Unique: D0Fp29XMMaCxJkB0yCT_Zw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AD9E285B6F5; Mon, 17 Jan 2022 12:06:55 +0000 (UTC) Received: from localhost (unknown [10.39.194.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 295EE2B4C7; Mon, 17 Jan 2022 12:06:54 +0000 (UTC) From: Cornelia Huck To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] virtio: unexport virtio_finalize_features In-Reply-To: <20220114195710.149933-1-mst@redhat.com> Organization: Red Hat GmbH References: <20220114195710.149933-1-mst@redhat.com> User-Agent: Notmuch/0.34 (https://notmuchmail.org) Date: Mon, 17 Jan 2022 13:06:53 +0100 Message-ID: <87pmoqva5e.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Cc: virtualization@lists.linux-foundation.org X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Fri, Jan 14 2022, "Michael S. Tsirkin" wrote: > virtio_finalize_features is only used internally within virtio. > No reason to export it. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio.c | 3 +-- > include/linux/virtio.h | 1 - > 2 files changed, 1 insertion(+), 3 deletions(-) > And nobody else really should use it. Reviewed-by: Cornelia Huck _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization