commit | 6915ea9d8dd8690570fe4a9864b898447a4f3da0 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Jun 30 17:19:02 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jul 07 10:34:43 2017 -0700 |
tree | 4869631259426e1b6985d66002761d10e5bef037 | |
parent | cce1325247b9faafc520c5789fe60feef1fd7092 [diff] |
f2fs: introduce __check_sit_bitmap After we introduce discard thread, discard command can be issued concurrently with data allocating, this patch adds new function to heck sit bitmap to ensure that userdata was invalid in which on-going discard command covered. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>