commit | 2956c6644bfd9aab9f6b21a12e1bd75876d9dd73 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Sat May 19 16:47:47 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:44 2018 -0400 |
tree | 7044804fd7b33b00f936ae11e6cc56880996d1da | |
parent | 1cf56f9d670b88b2e947a7ccdb8ba32e6477915d [diff] |
radix tree: Remove split/join code radix_tree_split and radix_tree_join were never used upstream. Remove them; if they're needed in future they will be replaced by XArray equivalents. Signed-off-by: Matthew Wilcox <willy@infradead.org>