commit | 84af6aeceb49868181751252387505309babcf28 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Sep 29 13:59:35 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 15 22:06:04 2017 -0800 |
tree | 5f2176c3e0a3860da097a05d6ab27c540f84c6f6 | |
parent | 8456d343780d634a6e1a68883afe1e1ef5e7a6cf [diff] |
f2fs: obsolete ALLOC_NID_LIST list As Fan Li reported, there is no user traversing nid_list[ALLOC_NID_LIST] which is used for tracking preallocated nids. Let's drop it, and only track preallocated nids in free_nid_root radix-tree. Reported-by: Fan Li <fanofcode.li@samsung.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>