summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorMatthew Wilcox2018-09-22 22:14:30 +0200
committerMatthew Wilcox2018-10-21 16:46:48 +0200
commit3a08cd52c37c793ffc199f6fc2ecfc368e284b2d (patch)
tree36a77e103ef0c6061ed3ec5f18b8865bb87947ef /lib/Kconfig
parentradix tree test: Convert multiorder tests to XArray (diff)
downloadkernel-qcow2-linux-3a08cd52c37c793ffc199f6fc2ecfc368e284b2d.tar.gz
kernel-qcow2-linux-3a08cd52c37c793ffc199f6fc2ecfc368e284b2d.tar.xz
kernel-qcow2-linux-3a08cd52c37c793ffc199f6fc2ecfc368e284b2d.zip
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 40bfa6ccd294..a9965f4af4dd 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -405,10 +405,6 @@ config XARRAY_MULTI
Support entries which occupy multiple consecutive indices in the
XArray.
-config RADIX_TREE_MULTIORDER
- bool
- select XARRAY_MULTI
-
config ASSOCIATIVE_ARRAY
bool
help