> -Original Message-
> From: changfeng...@vivo.com On Behalf Of Chao
> Yu
> Sent: Monday, December 27, 2021 4:11 PM
> To: 常凤楠 ; jaeg...@kernel.org
> Cc: linux-f2fs-devel@lists.sourceforge.net
> Subject: Re: [PATCH] f2fs: remove redunant invalidate compress pages
>
> On 2021/12/21 11:59,
On 2021/12/21 11:59, 常凤楠 wrote:
-Original Message-
From: 常凤楠
Sent: Monday, December 13, 2021 4:59 PM
To: jaeg...@kernel.org; c...@kernel.org
Cc: linux-f2fs-devel@lists.sourceforge.net; 常凤楠
Subject: [PATCH] f2fs: remove redunant invalidate compress pages
Compress page will invalidate in
> -Original Message-
> From: 常凤楠
> Sent: Monday, December 13, 2021 4:59 PM
> To: jaeg...@kernel.org; c...@kernel.org
> Cc: linux-f2fs-devel@lists.sourceforge.net; 常凤楠
> Subject: [PATCH] f2fs: remove redunant invalidate compress pages
>
> Compress page will invalidate in truncate block pro
Compress page will invalidate in truncate block process too, so remove
redunant invalidate compress pages in f2fs_evict_inode.
Signed-off-by: Fengnan Chang
---
fs/f2fs/inode.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c
index 935016e56010..595270646d69