diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2020-08-07 08:24:05 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-07 20:33:27 +0200 |
commit | 0f14599c607d32512a1d37e6d2a2d1a867f16177 (patch) | |
tree | 2fcefc9349bb9d34d4886b4c6c991488017b5760 /.cocciconfig | |
parent | mm/sparse: cleanup the code surrounding memory_present() (diff) | |
download | linux-0f14599c607d32512a1d37e6d2a2d1a867f16177.tar.xz linux-0f14599c607d32512a1d37e6d2a2d1a867f16177.zip |
vmalloc: convert to XArray
The radix tree of vmap blocks is simpler to express as an XArray. Reduces
both the text and data sizes of the object file and eliminates a user of
the radix tree preload API.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: William Kucharski <william.kucharski@oracle.com>
Link: http://lkml.kernel.org/r/20200603171448.5894-1-willy@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions