From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD63F47D93A for ; Tue, 3 Mar 2026 14:47:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772549250; cv=none; b=kzehA9Aa3rI3/kULHnqNpd7EcTLM83vM2hocipZ3IQcBgLD4HSL9juKOOEFshGzoBn/aS9f6JwD4eO5D72vGTKFmuPOY7/o14Hl/xE8aymPvNBaJdEi9uOtyysRBjRfmXuDFMHdUQ3f3nNbsfkOU027UkGVWmqHCvIyo2OxU5SA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772549250; c=relaxed/simple; bh=d2rXIeEzq6KrvoLw/TA0JsOh1g4p47bo0nYnt0d+Avw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f5TOjmkyZ1nIS+InVCxVbKF2uIqEgMUvSAt9Zl5npjMbI+8a8EQUKWuyaX3gbKNI4C9vS/5VQwt0DjUzbu+8Mw/RX6H6PBvRf/TABRCxcqVda/cKaN1w50gceaCN9CJ9UwyH6/MFokEbYTWDFiWmIXM3e2m93f4AovJ+/4RLuJU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=0aI7IjXB; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="0aI7IjXB" 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=JMP0ykFoCNvlZpRWrfYuA8YCcV+DZJZKa4nXYLbfkis=; b=0aI7IjXBprEoyuoSlPo3s6EEEM SBOdkUZgytU0S0GVNMNPKFBuXWFDypGYgsDinJ4Gzo9EHA9Fl/9w80yAgVXKRNq1e1PR7ZjLqwPBs infH9bu7Yop77lKaLqOjkCU4CadJgtt8csEeMbXco0qoKv3Cv2hDjgitXWBhzW9tGPIrBbmn799kV L1W7dfrm0wlEpYRSD/pQoCtLte8N+Qmf6SjKL6s9Sj9TC55m0Zz+Els0J6zlNSI8LKTjGxHMXKyPq eO+/MFwlhd5oFOmsY5WfwC5yWNajk5u51SPs1j4H1/9zfKFBHTpsjs4Cri4oASI9Fm1l18OMrkkM1 k1K9KrRg==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vxR20-0000000FM9m-0rDL; Tue, 03 Mar 2026 14:47:28 +0000 Date: Tue, 3 Mar 2026 06:47:28 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: aalbersh@kernel.org, torvalds@linux-foundation.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH 30/36] Convert 'alloc_obj' family to use the new default GFP_KERNEL argument Message-ID: References: <177249637597.457970.8500158485809720053.stgit@frogsfrogsfrogs> <177249638330.457970.1851487051288611819.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <177249638330.457970.1851487051288611819.stgit@frogsfrogsfrogs> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Yikes, and Linus found a way to make the API even worse. Why didn't anyone review this?