[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9c56bbe5-6f33-4e67-82bf-01978b0e2519@kernel.org>
Date: Sun, 28 Apr 2024 17:08:56 +0800
From: Chao Yu <chao@...nel.org>
To: Daeho Jeong <daeho43@...il.com>
Cc: Juhyung Park <qkrwngud825@...il.com>, Jaegeuk Kim <jaegeuk@...nel.org>,
linux-kernel@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 3/3] f2fs: fix false alarm on invalid block
address
On 2024/4/28 9:23, Daeho Jeong wrote:
> I have a question. Is it okay for META_GENERIC?
It seems all users of META_GENERIC comes from IO paths:
a) f2fs_merge_page_bio
b) f2fs_submit_page_bio
c) f2fs_submit_page_write - verify_fio_blkaddr
They are all impossible cases? so it's fine to record the error
for this case?
Thanks,
Powered by blists - more mailing lists