[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <66d9419d-5ce6-626c-7ac8-d0592f34ec31@kernel.org>
Date: Thu, 29 Jul 2021 08:37:26 +0800
From: Chao Yu <chao@...nel.org>
To: Daeho Jeong <daeho43@...il.com>
Cc: linux-kernel@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net, kernel-team@...roid.com,
Daeho Jeong <daehojeong@...gle.com>,
Eric Biggers <ebiggers@...gle.com>
Subject: Re: [f2fs-dev] [PATCH v4] f2fs: change fiemap way in printing
compression chunk
On 2021/7/28 0:41, Daeho Jeong wrote:
> How about adding this?
>
> skip_fill:
>
> if (map.m_pblk == COMPRESS_ADDR) {
>
> if (start_blk & (cluster_size - 1)) {
>
> ret = -EFSCORRUPTED;
>
> goto out;
>
> }
>
> compr_cluster = true;
>
> count_in_cluster = 1;
>
> } else if (compr_appended) {
It seems we can add a separate patch to cover all cases that cluster metadata is
going to be accessed rather than just fixing fiemap() case here?
>>> Signed-off-by: Daeho Jeong <daehojeong@...gle.com>
>>> Tested-by: Eric Biggers <ebiggers@...gle.com>
Anyway, this patch looks good to me.
Reviewed-by: Chao Yu <chao@...nel.org>
Thanks,
Powered by blists - more mailing lists