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 E1348EB64DC for ; Thu, 20 Jul 2023 15:43:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232887AbjGTPno (ORCPT ); Thu, 20 Jul 2023 11:43:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232876AbjGTPno (ORCPT ); Thu, 20 Jul 2023 11:43:44 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1A2BCE; Thu, 20 Jul 2023 08:43:39 -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-out1.suse.de (Postfix) with ESMTPS id B0B7121D0A; Thu, 20 Jul 2023 15:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689867818; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GLVTadNi7bTXVBcDl/cwSrd8poc5Q5ydPWjUCcKc5wk=; b=eJRtX3isUEhimDA7h39PUqquydaDqngRUihnC4pLF5TWgigz70fusjzeMThW78IxVbYwiU YJoGwJJ5+mjlK+m2YTO8BnmMrB2G5ziZR5MbaoD2SkCY/17wzKqGkOF+4NCdlfWje3Gk8+ aTMrB6yb0YECd84dlUNcM23PJOYQMEg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689867818; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GLVTadNi7bTXVBcDl/cwSrd8poc5Q5ydPWjUCcKc5wk=; b=ktMk4ZMaP9GIO2Gpo1XVnYvYGaAT4wXqHCOKZPZ86XAytEWDRXWZHzjo1D1Hn1MPwcBwpY /kncyKAlASbIYYDA== 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 4D1A7133DD; Thu, 20 Jul 2023 15:43:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id /QiBDypWuWT5HwAAMHmgww (envelope-from ); Thu, 20 Jul 2023 15:43:38 +0000 Message-ID: Date: Thu, 20 Jul 2023 17:43:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 1/6] fs: remove emergency_thaw_bdev Content-Language: en-US To: Christoph Hellwig , Jens Axboe Cc: "Darrick J. Wong" , Andrew Morton , Matthew Wilcox , Christian Brauner , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20230720140452.63817-1-hch@lst.de> <20230720140452.63817-2-hch@lst.de> From: Hannes Reinecke In-Reply-To: <20230720140452.63817-2-hch@lst.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On 7/20/23 16:04, Christoph Hellwig wrote: > Fold emergency_thaw_bdev into it's only caller, to prepare for buffer.c > to be built only when buffer_head support is enabled. > > Signed-off-by: Christoph Hellwig > --- > fs/buffer.c | 6 ------ > fs/internal.h | 6 ------ > fs/super.c | 4 +++- > 3 files changed, 3 insertions(+), 13 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@suse.de +49 911 74053 688 SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman