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 A83DAC433F5 for ; Sat, 11 Dec 2021 05:23:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229579AbhLKF0m (ORCPT ); Sat, 11 Dec 2021 00:26:42 -0500 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:41660 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbhLKF0l (ORCPT ); Sat, 11 Dec 2021 00:26:41 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R151e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=jefflexu@linux.alibaba.com;NM=1;PH=DS;RN=12;SR=0;TI=SMTPD_---0V-DS9ey_1639200181; Received: from 192.168.31.65(mailfrom:jefflexu@linux.alibaba.com fp:SMTPD_---0V-DS9ey_1639200181) by smtp.aliyun-inc.com(127.0.0.1); Sat, 11 Dec 2021 13:23:03 +0800 Message-ID: Date: Sat, 11 Dec 2021 13:23:01 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [RFC 09/19] netfs: refactor netfs_rreq_unlock() Content-Language: en-US To: David Howells Cc: linux-cachefs@redhat.com, xiang@kernel.org, chao@kernel.org, linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, joseph.qi@linux.alibaba.com, bo.liu@linux.alibaba.com, tao.peng@linux.alibaba.com, gerry@linux.alibaba.com, eguan@linux.alibaba.com, linux-kernel@vger.kernel.org References: <20211210073619.21667-10-jefflexu@linux.alibaba.com> <20211210073619.21667-1-jefflexu@linux.alibaba.com> <292572.1639150908@warthog.procyon.org.uk> From: JeffleXu In-Reply-To: <292572.1639150908@warthog.procyon.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/10/21 11:41 PM, David Howells wrote: > Jeffle Xu wrote: > >> In demand-read case, the input folio of netfs API is may not the page > > "is may not the page"? I think you're missing a verb (and you have too many > auxiliary verbs;-) > Sorry for my poor English... What I want to express is that "In demand-read case, the input folio of netfs API may not be the page cache inside the address space of the netfs file." -- Thanks, Jeffle