Skip to content
Snippets Groups Projects
Commit 1293d5c5 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent 73bc029b
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment