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 C8D15C433EF for ; Tue, 7 Jun 2022 06:01:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236892AbiFGGBG (ORCPT ); Tue, 7 Jun 2022 02:01:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234924AbiFGGBC (ORCPT ); Tue, 7 Jun 2022 02:01:02 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 104C6D7714 for ; Mon, 6 Jun 2022 23:01:01 -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=x1ROi6B9tChFUx8PsMmy2KTTeu taMLqq1NKjiSKLcTsbyh9+89c20bsaRf0aufL4bYJQXDVmtZtM12nL3QgC283GGuFX82lkVjAB8Pu wFaQuhFfZJk0ZpnpeIWurN9W9nmUMFpRIi/QNXLCIZbw+xl88ewmnf1k68SjWel1ZwhULdZR3vjAt oIrN8Rkid52O4BNOTQASRD2Iw8w+2kjbJGwHWw7XqTXg0steovh24KXDPxoPe4H/BDIzSmhPkLduG pcyc67C7hPgk078B/wxnBeFDcwcsYTcE6g/ePJG3TeOO8fQ8RAC6jJNCBbA9ztVosfMqDzywWV42Y fvOa9gOQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nySGy-004ugI-LC; Tue, 07 Jun 2022 06:01:00 +0000 Date: Mon, 6 Jun 2022 23:01:00 -0700 From: Christoph Hellwig To: Damien Le Moal Cc: linux-fsdevel@vger.kernel.org, Johannes Thumshirn Subject: Re: [PATCH 1/3] zonefs: fix handling of explicit_open option on mount Message-ID: References: <20220603114939.236783-1-damien.lemoal@opensource.wdc.com> <20220603114939.236783-2-damien.lemoal@opensource.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603114939.236783-2-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