Searched hist:"6 dc3a12663c8a99ef033287f48bbdd61b6b1979b" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 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 D | data.c | diff 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 D | f2fs.h | diff 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>
|