commit | 963932a93ceb6bdb0d45572056d8daebf2948cd0 | [log] [tgz] |
---|---|---|
author | Yunlei He <heyunlei@huawei.com> | Fri May 19 14:42:12 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue May 23 21:07:19 2017 -0700 |
tree | 5f586c118f4941be7b3cb26e3091cdf64eedbb7b | |
parent | dad48e73127ba10279ea33e6dbc8d3905c4d31c0 [diff] |
f2fs: combine huge num of discard rb tree consistence checks Came across a hungtask caused by huge number of rb tree traversing during adding discard addrs in cp. This patch combine these consistence checks and move it to discard thread. Signed-off-by: Yunlei He <heyunlei@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>