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 EBA87C38142 for ; Tue, 31 Jan 2023 09:04:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231725AbjAaJEf (ORCPT ); Tue, 31 Jan 2023 04:04:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232281AbjAaJEN (ORCPT ); Tue, 31 Jan 2023 04:04:13 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B99FA4FAD9; Tue, 31 Jan 2023 01:00:43 -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=UxxxgBztglBw+ZTAJ2+FtGofpM4h+lQfmGysVKJoL+U=; b=wj3qzkb8ZBbfNEQQWtmUlVwkeB HwvHAMVcxiOdB3yZ4DrT2ZUYjw2u40I8nuc3Y4spEsGBlWJZO3mdCBTb7gXHsVbXIL67ggV8gjJqP BwCnAjHkBzj/i5YBn0aSRjvoyq7r94fa9oRvXZkDzWeTQoq9UhyaX+I2oY22cTVaiwcv3SwdICMsW B16iFTZikNdaVb4/TIQA0AQSzxGEJWb/YYpEpdqkSF6ygM+VcyyA9ZzQlHa1JO5K2RDcvNIYBUp8a uNfJ60I7LLClYY7Lur3gllCioLWWbgYYBTeUCgGx7Ks96c3txXPgdDjjhIJusFLqNA7Ai60NnZwno 1elGVb8A==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pMmVO-006srN-Nk; Tue, 31 Jan 2023 09:00:42 +0000 Date: Tue, 31 Jan 2023 01:00:42 -0800 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-kernel@vger.kernel.org, Jens Axboe , linux-block@vger.kernel.org Subject: Re: [PATCH] block: Remove mm.h from bvec.h Message-ID: References: <20230131050132.2627124-1-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230131050132.2627124-1-willy@infradead.org> 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-kernel@vger.kernel.org On Tue, Jan 31, 2023 at 05:01:32AM +0000, Matthew Wilcox (Oracle) wrote: > This was originally added for the definition of nth_page(), but we no > longer use nth_page() in this header, so we can drop the heavyweight > mm.h now. I'm for this, but I'd really prefer to have this survive the build bot for a few days and random builds as there could be users that are missing the explicit include by now. And someone the buildbot seems down or overloaded lately :(