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=-11.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 C5C89C04AB1 for ; Thu, 9 May 2019 13:22:09 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9373E2089E for ; Thu, 9 May 2019 13:22:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9373E2089E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kaod.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:54494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOizw-0000XQ-RL for qemu-devel@archiver.kernel.org; Thu, 09 May 2019 09:22:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOiys-0008U0-0h for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOiyr-0000Uj-3p for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:02 -0400 Received: from 11.mo6.mail-out.ovh.net ([188.165.38.119]:56301) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOiyq-0000Sg-US for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:01 -0400 Received: from player791.ha.ovh.net (unknown [10.108.54.209]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id EF56A1BE579 for ; Thu, 9 May 2019 15:20:57 +0200 (CEST) Received: from kaod.org (lns-bzn-46-82-253-208-248.adsl.proxad.net [82.253.208.248]) (Authenticated sender: groug@kaod.org) by player791.ha.ovh.net (Postfix) with ESMTPSA id 43F44576DD3F; Thu, 9 May 2019 13:20:55 +0000 (UTC) Date: Thu, 9 May 2019 15:20:54 +0200 From: Greg Kurz To: Thomas Huth Message-ID: <20190509152054.05d024b6@bahia.lan> In-Reply-To: References: <155721868351.451636.16735088470797960209.stgit@bahia.lan> <155721868932.451636.17837774103334071645.stgit@bahia.lan> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 2970405432636315954 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduuddrkeeigddtvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 188.165.38.119 Subject: Re: [Qemu-devel] [PATCH 1/6] fsdev: Drop unused extern declaration X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, 7 May 2019 12:15:16 +0200 Thomas Huth wrote: > On 07/05/2019 10.44, Greg Kurz wrote: > > This is a leftover of the handle backend, removed in QEMU 4.0. > > > > Signed-off-by: Greg Kurz > > --- > > fsdev/qemu-fsdev.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/fsdev/qemu-fsdev.h b/fsdev/qemu-fsdev.h > > index d9716b414492..844159d1e1ff 100644 > > --- a/fsdev/qemu-fsdev.h > > +++ b/fsdev/qemu-fsdev.h > > @@ -41,7 +41,6 @@ typedef struct FsDriverListEntry { > > int qemu_fsdev_add(QemuOpts *opts, Error **errp); > > FsDriverEntry *get_fsdev_fsentry(char *id); > > extern FileOperations local_ops; > > -extern FileOperations handle_ops; > > extern FileOperations synth_ops; > > extern FileOperations proxy_ops; > > #endif > > > > Reviewed-by: Thomas Huth Applied to https://github.com/gkurz/qemu/commits/9p-next Cheers, -- Greg