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 4EB19C433FE for ; Fri, 4 Nov 2022 05:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230075AbiKDFkf (ORCPT ); Fri, 4 Nov 2022 01:40:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229964AbiKDFke (ORCPT ); Fri, 4 Nov 2022 01:40:34 -0400 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 125B4275DB for ; Thu, 3 Nov 2022 22:40:31 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R481e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045192;MF=jefflexu@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0VTveMTL_1667540428; Received: from localhost(mailfrom:jefflexu@linux.alibaba.com fp:SMTPD_---0VTveMTL_1667540428) by smtp.aliyun-inc.com; Fri, 04 Nov 2022 13:40:29 +0800 From: Jingbo Xu To: xiang@kernel.org, chao@kernel.org, huyue2@coolpad.com, linux-erofs@lists.ozlabs.org Cc: zhujia.zj@bytedance.com, yinxin.x@bytedance.com, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] erofs: misc fixes for erofs in fscache mode Date: Fri, 4 Nov 2022 13:40:26 +0800 Message-Id: <20221104054028.52208-1-jefflexu@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.6.gb485710b MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are several minor fixes for the data path of the fscache mode. Jingbo Xu (2): erofs: put metabuf in error path in fscache mode erofs: get correct count for unmapped range in fscache mode fs/erofs/fscache.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -- 2.19.1.6.gb485710b