Home
last modified time | relevance | path

Searched hist:"6 dc3a12663c8a99ef033287f48bbdd61b6b1979b" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff 6dc3a12663c8a99ef033287f48bbdd61b6b1979b Mon Apr 15 02:26:31 CDT 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix wrong __is_meta_io() macro

This patch changes codes as below:
- don't use is_read_io() as a condition to judge the meta IO.
- use .is_por to replace .is_meta to indicate IO is from recovery explicitly.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
H A Ddata.cdiff 6dc3a12663c8a99ef033287f48bbdd61b6b1979b Mon Apr 15 02:26:31 CDT 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix wrong __is_meta_io() macro

This patch changes codes as below:
- don't use is_read_io() as a condition to judge the meta IO.
- use .is_por to replace .is_meta to indicate IO is from recovery explicitly.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
H A Df2fs.hdiff 6dc3a12663c8a99ef033287f48bbdd61b6b1979b Mon Apr 15 02:26:31 CDT 2019 Chao Yu <yuchao0@huawei.com> f2fs: fix wrong __is_meta_io() macro

This patch changes codes as below:
- don't use is_read_io() as a condition to judge the meta IO.
- use .is_por to replace .is_meta to indicate IO is from recovery explicitly.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>