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 2376DC433EF for ; Wed, 23 Mar 2022 11:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235897AbiCWLqt (ORCPT ); Wed, 23 Mar 2022 07:46:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235880AbiCWLqq (ORCPT ); Wed, 23 Mar 2022 07:46:46 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F9D775612; Wed, 23 Mar 2022 04:45:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D13E1B81E7D; Wed, 23 Mar 2022 11:45:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03B4FC340E9; Wed, 23 Mar 2022 11:45:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648035914; bh=IxpqzFI6WpDddlfyiBF2wn59Avf/l0dP3T+qrOocd+A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yTrCs3UHixDyJX/Led6DPpdXFOlXJxVE01dbxPBveuAhCrsqoH/gqsjSlooQX7n/V g4aKYNEAHUfcMowFHxXkY2NvZT/h3pGoCL+7RnymvWhXSHIeSR2RZL5I2YDtm5Lvha ktycQqB4uaNQt5ec+MtA8Kqr2OSmz4B9rAdbiheE= Date: Wed, 23 Mar 2022 12:45:11 +0100 From: "gregkh@linuxfoundation.org" To: =?utf-8?B?55Sw5a2Q5pmo?= Cc: "jefflexu@linux.alibaba.com" , "chao@kernel.org" , "dhowells@redhat.com" , "gerry@linux.alibaba.com" , "joseph.qi@linux.alibaba.com" , "linux-cachefs@redhat.com" , "linux-erofs@lists.ozlabs.org" , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "luodaowen.backend@bytedance.com" , "torvalds@linux-foundation.org" , "willy@infradead.org" , "xiang@kernel.org" Subject: Re: [PATCH v5 00/22] fscache, erofs: fscache-based on-demand read semantics Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 23, 2022 at 08:38:07AM +0000, 田子晨 wrote: > This solution looks good, and we’ re also interested in it , please accelerate its progress so we can use it. Please test the patches and provide your feedback on it (i.e. "Reviewed-by:" and the like.) thanks, greg k-h