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 6BB31C433EF for ; Tue, 7 Jun 2022 06:02:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236897AbiFGGCo (ORCPT ); Tue, 7 Jun 2022 02:02:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230134AbiFGGCn (ORCPT ); Tue, 7 Jun 2022 02:02:43 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75EC0764D for ; Mon, 6 Jun 2022 23:02:42 -0700 (PDT) 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=KP+BjgH4hA0iqoRNXSpVWMqCwC x4e4DH5czNBWxMeeHfzdrKbD5+49FolfGAn12+kWhESFks3QYIW+rkx06R66sZIs9hwHWNGa3H67U 9U2g/sjcXF5r/4W0kmeHbucHRVZiQfzxcphlNDb1sv6HttjBsBg6WOomia1DV0t/iaU2arMsc/ddB r1SFdwkibqgcfVtWaOwnhS1BkoUKgHItme/FcO+iV9i8qpEAQ8M6Ne0wzI7WlpjdQcTSn/AKcQydC LvZcgBtwyF19++SSaCcPNgqlQdoDW8/omOfzHaC8PVbxpTTlERpZMBEB/JDDQ052/0elab+ljKcIi IwLpl1Aw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nySIc-004v1W-3O; Tue, 07 Jun 2022 06:02:42 +0000 Date: Mon, 6 Jun 2022 23:02:42 -0700 From: Christoph Hellwig To: Damien Le Moal Cc: linux-fsdevel@vger.kernel.org, Johannes Thumshirn Subject: Re: [PATCH 2/3] zonefs: Do not ignore explicit_open with active zone limit Message-ID: References: <20220603114939.236783-1-damien.lemoal@opensource.wdc.com> <20220603114939.236783-3-damien.lemoal@opensource.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603114939.236783-3-damien.lemoal@opensource.wdc.com> 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-fsdevel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig