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 77C94C53210 for ; Thu, 5 Jan 2023 15:51:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234121AbjAEPvL (ORCPT ); Thu, 5 Jan 2023 10:51:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234829AbjAEPu6 (ORCPT ); Thu, 5 Jan 2023 10:50:58 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C224B2030; Thu, 5 Jan 2023 07:50:52 -0800 (PST) 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 AEA2720C42; Thu, 5 Jan 2023 15:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1672933850; 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=fcG9jrOLhwFoa+hhAZyOny7Y4Osj4QRBuofz+ysKS9Y=; b=IjxT7llmGUuTEl1GJcCoFDsKHg/8hFJjEKyurLYRiJ2PNAoefcC9yZ2u/xHbWfTZyZE7l5 8ztkzaysi++r4TpY5uvivBD8J+MwQqwI97okRDIc5tt5ZwWPMdeBDehjgMfK6QG3+042/P le1CqSqaymtOR+J7IfVGituFre4r4pE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1672933850; 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=fcG9jrOLhwFoa+hhAZyOny7Y4Osj4QRBuofz+ysKS9Y=; b=9ApsD+eDLCf6ViBAIBRihIRxg4wNmpgQBL9u9/kqxnruWlXm0TMpdMnxT0DaBuYyCesc+a wuSdGl6nmGqXoUCw== 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 7A1EF13338; Thu, 5 Jan 2023 15:50:50 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4Zj1HNrxtmOyNQAAMHmgww (envelope-from ); Thu, 05 Jan 2023 15:50:50 +0000 Date: Thu, 5 Jan 2023 16:45:18 +0100 From: David Sterba To: "Paul E. McKenney" Cc: rcu@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com, rostedt@goodmis.org, Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: [PATCH rcu 18/27] fs/btrfs: Remove "select SRCU" Message-ID: <20230105154518.GT11562@twin.jikos.cz> Reply-To: dsterba@suse.cz References: <20230105003759.GA1769545@paulmck-ThinkPad-P17-Gen-1> <20230105003813.1770367-18-paulmck@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230105003813.1770367-18-paulmck@kernel.org> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On Wed, Jan 04, 2023 at 04:38:04PM -0800, Paul E. McKenney wrote: > Now that the SRCU Kconfig option is unconditionally selected, there is > no longer any point in selecting it. Therefore, remove the "select SRCU" > Kconfig statements. > > Signed-off-by: Paul E. McKenney > Cc: Chris Mason > Cc: Josef Bacik > Cc: David Sterba > Cc: Acked-by: David Sterba