commit | 3a08cd52c37c793ffc199f6fc2ecfc368e284b2d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Sat Sep 22 16:14:30 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:48 2018 -0400 |
tree | 36a77e103ef0c6061ed3ec5f18b8865bb87947ef | |
parent | 542980aa9318edcfb68aa7bf6eacf2814dc137dd [diff] |
radix tree: Remove multiorder support All users have now been converted to the XArray. Removing the support reduces code size and ensures new users will use the XArray instead. Signed-off-by: Matthew Wilcox <willy@infradead.org>