[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5746DE64.2040908@huawei.com>
Date: Thu, 26 May 2016 19:30:44 +0800
From: Yunlong Song <yunlong.song@...wei.com>
To: <jaegeuk@...nel.org>, <cm224.lee@...sung.com>,
<yuchao0@...wei.com>, <chao@...nel.org>, <sylinux@....com>
CC: <bintian.wang@...wei.com>, <houpengyang@...wei.com>,
<heyunlei@...wei.com>, <liushuoran@...wei.com>,
<shiguojun@...wei.com>, <linux-f2fs-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] f2fs: Return the errno to the caller to avoid using a
wrong page
> page_hit:
> - f2fs_bug_on(sbi, nid != nid_of_node(page));
> + if(nid != nid_of_node(page)) {
should add "unlikely" here, will fix this in v3 patch.
> + f2fs_bug_on(sbi, 1);
> + ClearPageUptodate(page);
> +out_err:
> + f2fs_put_page(page, 1);
> + return ERR_PTR(-EIO);
> + }
> return page;
> }
>
>
--
Thanks,
Yunlong Song
Powered by blists - more mailing lists