commit | 68e353851002dc07555b067a0baff1cc2f709c04 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Fri Jan 08 20:22:52 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jan 08 11:57:11 2016 -0800 |
tree | 702bfaa3ff203a120cb550550d41aef77c636952 | |
parent | da5af127a1a17bac121c6889c88cc90f8a278a84 [diff] |
f2fs: use atomic type for node count in extent tree 1. rename field in struct extent_tree from count to node_cnt for readability. 2. alter to use atomic type for node_cnt. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>