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 7E05BFA3742 for ; Thu, 27 Oct 2022 11:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235235AbiJ0LY7 (ORCPT ); Thu, 27 Oct 2022 07:24:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235147AbiJ0LYw (ORCPT ); Thu, 27 Oct 2022 07:24:52 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E8932D1D1; Thu, 27 Oct 2022 04:24:50 -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 17FC51FE01; Thu, 27 Oct 2022 11:24:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1666869889; 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=IPU9UC3LEuAqpbUdWqSacQuammsS/JSPMP1FAt6lvWg=; b=pgbdJySq1BUO1GA4u4WFSNQB8r6HeRJbYUZ9a2ato7OhHOb9UvzEfN+Y/UOBFCUhJ+fU/B x2mrYGY++7bQ4gHM1sSNVCMxtQsVrX0ykgkqpM7Pk4sSUSS8Hr5oNfGs9aDca1gcVNFNii TqFw1OwiN935CiIAtt9iVFLfGDhle60= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1666869889; 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=IPU9UC3LEuAqpbUdWqSacQuammsS/JSPMP1FAt6lvWg=; b=psLx6BkCWQJD/AgOR/bokythNb2mno8M9ZHmNMOAUj/HxNZTiq0vZvHewT4maQy3oP2nyO GGGtneLgpUDFhQBA== 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 D10A413357; Thu, 27 Oct 2022 11:24:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id HA/nMYBqWmOpIgAAMHmgww (envelope-from ); Thu, 27 Oct 2022 11:24:48 +0000 Date: Thu, 27 Oct 2022 13:24:34 +0200 From: David Sterba To: Yang Li Cc: clm@fb.com, josef@toxicpanda.com, dsterba@suse.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, Abaci Robot Subject: Re: [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Message-ID: <20221027112433.GS5824@twin.jikos.cz> Reply-To: dsterba@suse.cz References: <20221027054343.9709-1-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221027054343.9709-1-yang.lee@linux.alibaba.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 27, 2022 at 01:43:41PM +0800, Yang Li wrote: > ./fs/btrfs/root-tree.c: fs.h is included more than once. Thanks, it's from a recent series so I've folded the changes from all three patches.