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 69038CDB465 for ; Thu, 19 Oct 2023 05:09:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232601AbjJSFJG (ORCPT ); Thu, 19 Oct 2023 01:09:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232647AbjJSFJE (ORCPT ); Thu, 19 Oct 2023 01:09:04 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF1CE137 for ; Wed, 18 Oct 2023 22:09:02 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id D3C3368AFE; Thu, 19 Oct 2023 07:08:57 +0200 (CEST) Date: Thu, 19 Oct 2023 07:08:57 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Dave Chinner , osandov@fb.com, linux-xfs@vger.kernel.org, osandov@osandov.com, hch@lst.de Subject: Re: [PATCH 1/9] xfs: consolidate realtime allocation arguments Message-ID: <20231019050857.GA14079@lst.de> References: <169767364977.4127997.1556211251650244714.stgit@frogsfrogsfrogs> <169767365557.4127997.9370055131320052124.stgit@frogsfrogsfrogs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169767365557.4127997.9370055131320052124.stgit@frogsfrogsfrogs> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig