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 6BAE6C04AB1 for ; Thu, 9 May 2019 13:22:55 +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 3AD4A21479 for ; Thu, 9 May 2019 13:22:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3AD4A21479 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]:54496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOj0g-00016E-7L for qemu-devel@archiver.kernel.org; Thu, 09 May 2019 09:22:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOizC-0000Dt-VU for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOizB-0000iv-SD for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:22 -0400 Received: from 17.mo6.mail-out.ovh.net ([46.105.36.150]:34002) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOizB-0000hw-Kr for qemu-devel@nongnu.org; Thu, 09 May 2019 09:21:21 -0400 Received: from player763.ha.ovh.net (unknown [10.109.146.211]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id 9D1BA1BEBEA for ; Thu, 9 May 2019 15:21:19 +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 player763.ha.ovh.net (Postfix) with ESMTPSA id 588D2593F189; Thu, 9 May 2019 13:21:15 +0000 (UTC) Date: Thu, 9 May 2019 15:21:14 +0200 From: Greg Kurz To: Thomas Huth Message-ID: <20190509152114.2e86df32@bahia.lan> In-Reply-To: <17369369-07a5-43e9-af96-f0d83a86d47d@redhat.com> References: <155721868351.451636.16735088470797960209.stgit@bahia.lan> <155721869488.451636.17943384710743134351.stgit@bahia.lan> <17369369-07a5-43e9-af96-f0d83a86d47d@redhat.com> 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: 2976597881109649714 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: 46.105.36.150 Subject: Re: [Qemu-devel] [PATCH 2/6] fsdev: Drop unused opaque field 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:24:42 +0200 Thomas Huth wrote: > On 07/05/2019 10.44, Greg Kurz wrote: > > This was introduced along with -fsdev but it never got used. > > > > Signed-off-by: Greg Kurz > > --- > > fsdev/file-op-9p.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h > > index 3fa062b39f1b..c757c8099f54 100644 > > --- a/fsdev/file-op-9p.h > > +++ b/fsdev/file-op-9p.h > > @@ -147,7 +147,6 @@ struct FileOperations > > int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name, > > V9fsPath *newdir, const char *new_name); > > int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags); > > - void *opaque; > > }; > > > > #endif > > > > Reviewed-by: Thomas Huth Applied to https://github.com/gkurz/qemu/commits/9p-next Cheers, -- Greg