Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp2200855pxb; Mon, 11 Jan 2021 03:48:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJx/lMG2KIirSExL5Q8Fuw9MdntVW59OHZ74weIOLn/ZHSq5FfSAbjYsxTMFYXIWq/OluVNG X-Received: by 2002:aa7:c3c2:: with SMTP id l2mr13522027edr.15.1610365718022; Mon, 11 Jan 2021 03:48:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610365718; cv=none; d=google.com; s=arc-20160816; b=Mx3Gl3iR0RZn5lQDx65CSZSU5i//Vhqt+tWulc0JYzv2pOPXn9Sdc17onLi9PTvnyN 4SkAAtIM/FAdExuBu1D9fP974DKsFi5zUaBb1iF5ARAkSBhuhP0TZWqGoYDK78f5MmXW stvG4pVpGcmHTgWI62tu8/YsMjTUr5inemvculwqejtVIRsC48fnk+btjL0nlM975xem 0eLvJOpeNyHYmFep1eWUh4wjcmtCHo4UPqPzmzWm8wHx2q5YgFpFY6iBtzF2bVFHo26k 30bBye20q7ZniayKIoGv+V+C4wIH7LJQrmJ3rP/VHJiOgvuFeFmkzZNXiTFfHRMBeRL0 wQPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:from:subject; bh=K+M5psITX6jYjPY16h2py/mfK3EhSXtM3h6fi9yjqkg=; b=lpQUf5zsFnLozRtKuOougoRcEFoCCdGAoFOW/1LhVurZq6NRNDwiqKvUt7gurrbvoI i/QcbvJhuX2pTs0sehxuoI4Wkwae8qDmroWwPiarJLMQCArb3RI+eCSNlYxdgRKNUDPc naq1roJCQxG2o8vJmf26YiUcNAt4UW2Mv5tRK71rp6kNZdjFuOcBVqbPepbV7/bJCbWX 0YMezCocu0bnZ101ld0g8/jB05WQo11pldX5E65XUB0IWVMrfZwDlSxenRHlDGwt1reI SeztBeKUd7gL8boYK5bAD2bbscQPDQyo0KpKPuLmX48v2dRP7bVoXQLHTLLlt8kS6dE8 x0PQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id jg4si631626ejc.313.2021.01.11.03.48.14; Mon, 11 Jan 2021 03:48:38 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730099AbhAKLql (ORCPT + 99 others); Mon, 11 Jan 2021 06:46:41 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11006 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730090AbhAKLqk (ORCPT ); Mon, 11 Jan 2021 06:46:40 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DDsMG5Q4Vzj61M; Mon, 11 Jan 2021 19:44:58 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.204) with Microsoft SMTP Server (TLS) id 14.3.498.0; Mon, 11 Jan 2021 19:45:53 +0800 Subject: Re: [f2fs-dev] [PATCH v3 1/5] f2fs: compress: add compress_inode to cache compressed blocks From: Chao Yu To: Jaegeuk Kim CC: , References: <20210107093126.116958-1-yuchao0@huawei.com> <6b0060b9-460a-617a-3778-e67f35d551f0@huawei.com> Message-ID: Date: Mon, 11 Jan 2021 19:45:52 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <6b0060b9-460a-617a-3778-e67f35d551f0@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/1/11 18:31, Chao Yu wrote: > On 2021/1/11 17:48, Jaegeuk Kim wrote: >> Hi Chao, >> >> After quick test of fsstress w/ fault injection, it gave wrong block address >> errors. Could you please run the test a bit? > > Jaegeuk, > > Oh, I've covered with fstest cases and there is no such error message, let me > try fault injection + SPO case soon. Till now, I haven't see any problem... will let the test run for longer time in this night. Could you share me detailed error message you encounter? Thanks, > > Thanks, > > > > _______________________________________________ > Linux-f2fs-devel mailing list > Linux-f2fs-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel > . >