[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8a0db638-ebe0-c7bd-5019-c00c87e4964e@kernel.org>
Date: Wed, 10 Jan 2018 23:08:51 +0800
From: Chao Yu <chao@...nel.org>
To: Daeho Jeong <daeho.jeong@...sung.com>,
linux-kernel@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH v2] f2fs: handle newly created page when
revoking inmem pages
On 2018/1/10 15:49, Daeho Jeong wrote:
> When committing inmem pages is successful, we revoke already committed
> blocks in __revoke_inmem_pages() and finally replace the committed
> ones with the old blocks using f2fs_replace_block(). However, if
> the committed block was newly created one, the address of the old
> block is NEW_ADDR and __f2fs_replace_block() cannot handle NEW_ADDR
> as new_blkaddr properly and a kernel panic occurrs.
>
> Signed-off-by: Daeho Jeong <daeho.jeong@...sung.com>
> Tested-by: Shu Tan <shu.tan@...sung.com>
Reviewed-by: Chao Yu <yuchao0@...wei.com>
Thanks,
Powered by blists - more mailing lists