commit | f1dc33c506f0e5f5fd31c2798df1af7093929270 | [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:47:02 2019 -0700 |
tree | 1c85859ab6162fa48fd7d3cbf99d567dddeadd66 | |
parent | 30bdf9b160edad37bdb30c465bbcf3dbed94e7d3 [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>