commit | 1293d5c5f54d5118fbb34fc94e01ba02fcd25fc1 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Mon Jan 16 16:41:29 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 21:44:04 2017 -0500 |
tree | d2ff3550817eb4110766b56e4a2032e8502a0b33 | |
parent | 73bc029b76482260a144219786d19951f561716e [diff] |
radix-tree: Chain preallocated nodes through ->parent Chaining through the ->private_data member means we have to zero ->private_data after removing preallocated nodes from the list. We're about to initialise ->parent anyway, so we can avoid zeroing it. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>