From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="my+4MPCm" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1A4810F; Mon, 20 Nov 2023 20:35:37 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=my+4MPCmPa79GC+oEhbXaAuFHF btphRb0tIE2/5rkxgY/f7yZjd5FKP41zLOeOHeZN+RgnwJiufKtUEXcefHAX2AE+4ECIbvd+2CbIS eZ6zTX612OU+JQ5Dyk9hnM217nFj5+7DsJEWsE7hhprJ5dFghqwWjp74jpg2Ml0fV3gaBIgyrMNuL syOvhoo0j4ERqUU1F2p+ChO47f9WCjaTJzuTzkxVMphTNx+AkXHwvNHXHIWjyhLOsDbRaBDstzxYA lp+tn6p1Ijp2vRWZgwXRzScd+kOisXdM8rxT0PfNcMUC2BVpcmFYRPt4+Y162Lw+E3oXNUIHItLcH ZPsaR6xQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r5IU4-00FbHJ-2B; Tue, 21 Nov 2023 04:35:36 +0000 Date: Mon, 20 Nov 2023 20:35:36 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: zlang@redhat.com, linux-xfs@vger.kernel.org, guan@eryu.me, fstests@vger.kernel.org Subject: Re: [PATCH 2/2] xfs/604: add missing falloc test Message-ID: References: <170050890870.536459.4420904342934916414.stgit@frogsfrogsfrogs> <170050892015.536459.5750821914760062267.stgit@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: fstests@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: <170050892015.536459.5750821914760062267.stgit@frogsfrogsfrogs> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig