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 5DB93C433EF for ; Thu, 13 Jan 2022 02:54:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231833AbiAMCyR (ORCPT ); Wed, 12 Jan 2022 21:54:17 -0500 Received: from out30-42.freemail.mail.aliyun.com ([115.124.30.42]:35030 "EHLO out30-42.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231815AbiAMCyP (ORCPT ); Wed, 12 Jan 2022 21:54:15 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04395;MF=jefflexu@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0V1hGTZ0_1642042452; Received: from 30.225.24.62(mailfrom:jefflexu@linux.alibaba.com fp:SMTPD_---0V1hGTZ0_1642042452) by smtp.aliyun-inc.com(127.0.0.1); Thu, 13 Jan 2022 10:54:13 +0800 Message-ID: Date: Thu, 13 Jan 2022 10:54:12 +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: [PATCH] netfs: make ops->init_rreq() optional Content-Language: en-US To: David Howells References: <20211228124419.103020-1-jefflexu@linux.alibaba.com> <693ab77bab10b38b1ddab373211c24722e79fee2.camel@kernel.org> Cc: Jeff Layton , idryomov@gmail.com, ceph-devel@vger.kernel.org, linux-cachefs@redhat.com From: JeffleXu In-Reply-To: <693ab77bab10b38b1ddab373211c24722e79fee2.camel@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Hi David, ping... On 1/7/22 5:49 AM, Jeff Layton wrote: > > This looks reasonable to me, since ceph doesn't need anything here > anyway. > > Reviewed-by: Jeff Layton > -- Thanks, Jeffle