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 7D428C636D7 for ; Thu, 16 Feb 2023 16:07:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229505AbjBPQHP (ORCPT ); Thu, 16 Feb 2023 11:07:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjBPQHO (ORCPT ); Thu, 16 Feb 2023 11:07:14 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F02FE4E5EC; Thu, 16 Feb 2023 08:07:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=nIUA6+j7jWZlJkPMJJ4R/ia1XJ80Nye7Zx4eY9PyS5E=; b=NGwUtQYwNghVg/+5e/Q0g2zE3T BTH/PIxSnpsAq047BUUQ8/IZmSnUN7SRuwiwzjNOrh4iu/RhSlgyiadrauH3hVBkTLF5S2X3MzdQo Rh+NQ0oLj2kWdiKXJHEJ4TQI5HowIiJmRi0SeAhOvFxzf7cOrlcVudGA/UWYpVeAQTuMo96VG9UZx v7gH2RtvcI3A6cbJUPYW2Sk0mDJO8qP2EvTMF2IK/o8KX81Inxn/3EF6YDvAyipwxO73N+Nnld2Da swWAiTuEibQBpC/eMjrW9adVMdFYsY2uzgzhnErIaR7g7QGUif2iPkNjxmauidIfeoNAUE97ch1kQ dygAR47g==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSgmn-00B41a-Jp; Thu, 16 Feb 2023 16:07:05 +0000 Date: Thu, 16 Feb 2023 08:07:05 -0800 From: Christoph Hellwig To: Jens Axboe Cc: linux-block@vger.kernel.org, hch@infradead.org, stable@vger.kernel.org Subject: Re: [PATCH 3/4] brd: only preload radix tree if we're using a blocking gfp mask Message-ID: References: <20230216151918.319585-1-axboe@kernel.dk> <20230216151918.319585-4-axboe@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230216151918.319585-4-axboe@kernel.dk> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org This should probably go into the previous patch, as that's the one creating the warning.