commit | c9c8ed50d94c613fc3f4917c51e9c75d493a312e | [log] [tgz] |
---|---|---|
author | Chao Yu <[email protected]> | Sun May 05 11:40:46 2019 +0800 |
committer | Jaegeuk Kim <[email protected]> | Wed May 08 21:23:13 2019 -0700 |
tree | 161bfa38f995f3fceae4c60d4d9ba1f85384a7f2 | |
parent | d764834378a9870ca56e9b2977ea46e9911ec358 [diff] |
f2fs: fix to avoid potential race on sbi->unusable_block_count access/update Use sbi.stat_lock to protect sbi->unusable_block_count accesss/udpate, in order to avoid potential race on it. Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>