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 X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AC85C4320E for ; Thu, 29 Jul 2021 01:25:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E3626103C for ; Thu, 29 Jul 2021 01:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233209AbhG2BYj (ORCPT ); Wed, 28 Jul 2021 21:24:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:35696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233216AbhG2BYi (ORCPT ); Wed, 28 Jul 2021 21:24:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D5F5A6103A; Thu, 29 Jul 2021 01:24:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627521875; bh=zsscGp2pw3XigcjWcGqfP+E4pheV41KtdZi8NPO57rI=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=kaSgNl7lu5P6hqO+euR6hUW6g9kk2GX5sOF8VTP4zHFcNsxZANC1hH2Oqk+dBzv5k Hjsm8a2jIajLPs0b80dJWz5laDhD/bodv2mPiT7iY8zv+uNKcjoADD0oEwZqH/Y6dW tE310XTb8iuPD88i3W3/EJTWWZqKiJK5u8+CKJWs2OWXerJ89Kfm57yVyXnGIcYbMZ YKYCV79Kys/dic9Ca4NtMwOkalgnIIqumYjTSeebtGEhKtS3HHFc4m3Tgy+cGgCT0f BPRSKeMpMPspPTG05Yavsz+7LbP2pIyJ2qhisN5vi94VrrbMqCdrffqjthvkN+arIy vqAWwyry3uuYw== Subject: Re: [f2fs-dev] [PATCH v2] f2fs: turn back remapped address in compressed page endio To: Daeho Jeong , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, kernel-team@android.com Cc: Daeho Jeong References: <20210728193811.2519412-1-daeho43@gmail.com> From: Chao Yu Message-ID: <56598a72-92d8-b571-550a-26830d7f5b2f@kernel.org> Date: Thu, 29 Jul 2021 09:24:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210728193811.2519412-1-daeho43@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/7/29 3:38, Daeho Jeong wrote: > From: Daeho Jeong > > Turned back the remmaped sector address to the address in the partition, > when ending io, for compress cache to work properly. > > Fixes: 6ce19aff0b8c ("f2fs: compress: add compress_inode to cache > compressed blocks") > Signed-off-by: Daeho Jeong > Signed-off-by: Youngjin Gil > Signed-off-by: Hyeong Jun Kim Reviewed-by: Chao Yu Thanks,