commit | 9a4ffdf55811ff3382cdf44459ec17521bd47e5e | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Sep 29 13:59:35 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Oct 10 12:49:53 2017 -0700 |
tree | c5d86b48db2be6f361deb42b7cf69a89168b46bb | |
parent | 71ad682c1c295f1ba4eec7478384138b6ad4dab2 [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>