commit | 6dc3a12663c8a99ef033287f48bbdd61b6b1979b | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Apr 15 15:26:31 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed May 08 21:23:07 2019 -0700 |
tree | 173efeabe67b6811263145bf4df2569aef237460 | |
parent | ea6d7e72fea49402aa445345aade7a26b81732e3 [diff] |
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>