From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7DACF23AA for ; Mon, 5 Sep 2022 05:53:02 +0000 (UTC) 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=X/u6oLsHGFJsJUZZfK1crt/jUm MNbQH+NB5706rMuJrz4yoEwmzs2NSOWvyL6C+GJdWAvm+YXWrQNZXmZPySl+rMLb/Sttiqg9hWAJM 3Lj/zAGA5jnzNPNK2Prp6Gfs62efH+fPF7YKkPdWqQRmE1zQyjKxoexIbh/qYoII1yDbvKSvYixjn /DbwVI8PzD4N6WYjdW//Qp1X/uThM1Uz3TtwM8qF9MmKksTcY96g77kRoBKlgOFqdD/4mSLCNbbtG zr1PYx0h6p1fixs90ZNp/omnZvgrr6ivG95/9yg5XCu2VFO7tLzBfSquPaoN0V0E2iwo6m0Ym1wdq jCt3WeDg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV52T-00BY0C-GL; Mon, 05 Sep 2022 05:52:53 +0000 Date: Sun, 4 Sep 2022 22:52:53 -0700 From: Christoph Hellwig To: Zhang Yi Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, cluster-devel@redhat.com, ntfs3@lists.linux.dev, ocfs2-devel@oss.oracle.com, reiserfs-devel@vger.kernel.org, jack@suse.cz, tytso@mit.edu, akpm@linux-foundation.org, axboe@kernel.dk, viro@zeniv.linux.org.uk, rpeterso@redhat.com, agruenba@redhat.com, almaz.alexandrovich@paragon-software.com, mark@fasheh.com, dushistov@mail.ru, hch@infradead.org, chengzhihao1@huawei.com, yukuai3@huawei.com Subject: Re: [PATCH v2 02/14] fs/buffer: add some new buffer read helpers Message-ID: References: <20220901133505.2510834-1-yi.zhang@huawei.com> <20220901133505.2510834-3-yi.zhang@huawei.com> Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220901133505.2510834-3-yi.zhang@huawei.com> 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