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 X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F19BC07E95 for ; Sun, 4 Jul 2021 08:55:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C99661483 for ; Sun, 4 Jul 2021 08:55:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229503AbhGDI6Q (ORCPT ); Sun, 4 Jul 2021 04:58:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229492AbhGDI6P (ORCPT ); Sun, 4 Jul 2021 04:58:15 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1636C061762 for ; Sun, 4 Jul 2021 01:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=RjfIU/gLR06Fs50RjC8Cm6r5jm pKBS/wDnLg21Re5218Wo4qlLlaM4/MAgKiZwPM8thAVKQNurWqhjPPh9zsyFW3rz5y6bqslhz69Bt n5QV0z7KCEqwJtP57KkQOgn4eo/W47gFWKmRR+4xMDnkGKu4qU3+ao8ETRj/aNybEr3869XXrI9i9 V3lfqNbuaubxjQqeNp7PHgpVLbQeoAKD8NGJSOGHTVfWyHM5HMuy5fV7z/j1ohV/jd04QT5EOx9oC cYLwthSl344LYq5T0klk9gxw3DThz1AEdeI4HyjOq4vipIfW71TSqWWUIKoyQRnCgkeuN2R7Y6L/m XoauarCg==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1lzxtH-009BRu-HL; Sun, 04 Jul 2021 08:54:29 +0000 Date: Sun, 4 Jul 2021 09:54:15 +0100 From: Christoph Hellwig To: "Darrick J. Wong" Cc: sandeen@sandeen.net, linux-xfs@vger.kernel.org, bfoster@redhat.com, hch@infradead.org Subject: Re: [PATCH 2/2] mkfs: validate rt extent size hint when rtinherit is set Message-ID: References: <162528106460.36302.18265535074182102487.stgit@locust> <162528107571.36302.10688550571764503068.stgit@locust> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <162528107571.36302.10688550571764503068.stgit@locust> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig