Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1092997ybt; Sat, 20 Jun 2020 00:25:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzs5j8xMuK7s0vBCBy3qYUftwbyHXTn6wXBpe/cnUDh/NLo8qjkkLLVq9j372tdW322c+LC X-Received: by 2002:a17:906:b15:: with SMTP id u21mr1804800ejg.520.1592637903626; Sat, 20 Jun 2020 00:25:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592637903; cv=none; d=google.com; s=arc-20160816; b=TQwRvqc+CmbeRXqhtXqaPXRiE4B7FUkX7zTWTjF0VFjg7P1K/BKvfYEP8BF4sptPb8 EqNKnP1MZ5onzGc1W6k+Sjg3Jvod3z//ZJD0Zo3t69UX34NEaXnbYXKyBDvOCiveXVav ZIjkYSeTCUcloPw4aI0HZ+e8/LnBVV420Gv7QO82LHOciZRAJxs8PFbAHp8Cmw6ZW9N7 KKXwhQHgEFGPgkXn6PCfgEJj2pQ+UE4Acc4JKkN3Qo25TrQ7vp7N0E3+Frm667KRgmF6 lVByJuC/iUn1Qe7dIkv+veWUXqqDrMzU/lMiJhxPTUNY19bC8WhFcqskDsohiaiTQus5 canA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=ctiQzIG4fkyB8G8Zy5c9h7YVsPt1RIIrqVxgdW8qEME=; b=s+1sZCmTJTHk3vvAkJ+kx5ig6ZAEun4ksv+NAwQecDux0NrJLoQ9hiMmyJ0C/K4E5Y QNDUXQKV05jVH3hwyMwZ9CWEJjWSWQmB9jFGBlO5uqktme3PkXSm/ZnQh5vfO3W6kGOF /MwdlVamCNEd3SHCgllcAwdVOHRsKtmI/dQuxatoYBsQaVRSRcnl7WQ1S+ch9EDSDSkD ySsgsf2hsJSiKc5KayU6F+EpqduB/ajHhMjyArNbxx+Jt3ny+vhf60U3y2spc0rI/f6J f8UTUXFl9JVdqxBIu5lwe86WKHnCHck2oxRpYyqZ2+sRV+xb1ll8NVz5i7wvr6b6gDRh WfSQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=QVByj6Hu; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n4si5260537ejz.569.2020.06.20.00.24.41; Sat, 20 Jun 2020 00:25:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=QVByj6Hu; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727020AbgFTHVk (ORCPT + 99 others); Sat, 20 Jun 2020 03:21:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:56202 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726517AbgFTHVk (ORCPT ); Sat, 20 Jun 2020 03:21:40 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 20D912339E; Sat, 20 Jun 2020 07:21:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592637699; bh=2trF8Rl71vLjUmI4LWiemqpWXIwR+dSGuwBYjMu4i9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QVByj6HuKLUZsUNryxdHUVRFktM6e23MzuYLWdXxrtEpMkK71deEyNDQr7PEFgd/V 6elp82TWdKrqRBOsSJjzlz6ZR73vxFWxEowgBjeZORZFrOvXdmCzm553sbh6V+JJ8Y eIdAE2bi990dSnN1Uob0l+zLJoaAkEGvmMrwXF2c= Date: Sat, 20 Jun 2020 09:21:36 +0200 From: Greg Kroah-Hartman To: Christoph Hellwig Cc: Jens Axboe , Al Viro , Jiri Slaby , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/10] tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK Message-ID: <20200620072136.GA66401@kroah.com> References: <20200620071644.463185-1-hch@lst.de> <20200620071644.463185-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200620071644.463185-2-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 20, 2020 at 09:16:35AM +0200, Christoph Hellwig wrote: > We can also thaw non-block file systems. Remove the CONFIG_BLOCK in > sysrq.c after making the prototype available unconditionally. > > Signed-off-by: Christoph Hellwig > --- > drivers/tty/sysrq.c | 2 -- > include/linux/fs.h | 2 +- > 2 files changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Greg Kroah-Hartman