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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY autolearn=no 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 22D0DC4338F for ; Tue, 27 Jul 2021 15:34:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0065161B4B for ; Tue, 27 Jul 2021 15:34:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237000AbhG0Pcj (ORCPT ); Tue, 27 Jul 2021 11:32:39 -0400 Received: from out30-131.freemail.mail.aliyun.com ([115.124.30.131]:57793 "EHLO out30-131.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232698AbhG0Paj (ORCPT ); Tue, 27 Jul 2021 11:30:39 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0UhAApBh_1627399832; Received: from B-P7TQMD6M-0146.local(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0UhAApBh_1627399832) by smtp.aliyun-inc.com(127.0.0.1); Tue, 27 Jul 2021 23:30:34 +0800 Date: Tue, 27 Jul 2021 23:30:31 +0800 From: Gao Xiang To: "Darrick J. Wong" Cc: linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, LKML , Huang Jianan , Joseph Qi , Christoph Hellwig , Matthew Wilcox , Andreas Gruenbacher Subject: Re: Message-ID: Mail-Followup-To: "Darrick J. Wong" , linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, LKML , Huang Jianan , Joseph Qi , Christoph Hellwig , Matthew Wilcox , Andreas Gruenbacher References: <20210727025956.80684-1-hsiangkao@linux.alibaba.com> <20210727151051.GH8572@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210727151051.GH8572@magnolia> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 27, 2021 at 08:10:51AM -0700, Darrick J. Wong wrote: > I'll change the subject to: > > iomap: support reading inline data from non-zero pos I'm fine with this too. Many thanks for updating! Thanks, Gao Xiang