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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C237ECAAD8 for ; Tue, 20 Sep 2022 12:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230025AbiITM1V (ORCPT ); Tue, 20 Sep 2022 08:27:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230011AbiITM1U (ORCPT ); Tue, 20 Sep 2022 08:27:20 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A86BA53021 for ; Tue, 20 Sep 2022 05:27:19 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 6838A1F37C; Tue, 20 Sep 2022 12:27:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1663676838; h=from:from:reply-to:reply-to: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=V4eb7mm6FWrWuMF/Niv7FAoUZMUT4w31bWebxrAcUa0=; b=dXW89pdtKhfB0Og6y/IFR+LdRi+as+KfKOnoKHJ7tqFnSRJOwSC4ucDYbVNBtHyre3zWea 0vF4vYS2JgmIS2nd3hBRjvKi9ysZav4/1xAS3pC41tt5OY8LSCujTN3w7Eo1Y63ptVAy5Y Unjc8vmGeyTqgK8sDg1zYptaMzrwuJA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1663676838; h=from:from:reply-to:reply-to: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=V4eb7mm6FWrWuMF/Niv7FAoUZMUT4w31bWebxrAcUa0=; b=JRztux+H6Ua/gyDbHqdC0SxYMTue7LgUyQgezGfR1PkkeduD5Uzlqy+z0h28XOlKYEtXX2 t3HhWULx3HMp9BBw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 48A4E13ABB; Tue, 20 Sep 2022 12:27:18 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id OBWFEKaxKWPMVwAAMHmgww (envelope-from ); Tue, 20 Sep 2022 12:27:18 +0000 Date: Tue, 20 Sep 2022 14:21:47 +0200 From: David Sterba To: Josef Bacik Cc: linux-btrfs@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 05/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h Message-ID: <20220920122147.GX32411@twin.jikos.cz> Reply-To: dsterba@suse.cz References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Wed, Sep 14, 2022 at 07:04:41PM -0400, Josef Bacik wrote: > This was added while I was moving this code to its new home, it can be > removed now. > > Signed-off-by: Josef Bacik > --- > fs/btrfs/ctree.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h > index 36a473f05831..a790c58b4c73 100644 > --- a/fs/btrfs/ctree.h > +++ b/fs/btrfs/ctree.h > @@ -46,8 +46,6 @@ struct btrfs_ref; > struct btrfs_bio; > struct btrfs_ioctl_encoded_io_args; > > -struct btrfs_map_token; This patch was not applied as this line is not in current misc-next and it probably depends on some other patchset.