summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorMinchan Kim2014-06-05 01:11:09 +0200
committerLinus Torvalds2014-06-05 01:54:14 +0200
commit93ef6d6ca11382eff03812797da457bc176653a4 (patch)
tree6abb57fdee41883bebf3928644d92d81c8a4e2cc /mm/Kconfig
parentzsmalloc: fixup trivial zs size classes value in comments (diff)
downloadkernel-qcow2-linux-93ef6d6ca11382eff03812797da457bc176653a4.tar.gz
kernel-qcow2-linux-93ef6d6ca11382eff03812797da457bc176653a4.tar.xz
kernel-qcow2-linux-93ef6d6ca11382eff03812797da457bc176653a4.zip
mm/vmalloc.c: export unmap_kernel_range()
zsmalloc needs exported unmap_kernel_range for building as a module. See https://lkml.org/lkml/2013/1/18/487 I didn't send a patch to make unmap_kernel_range exportable at that time because zram was staging stuff and I thought VM function exporting for staging stuff makes no sense. Now zsmalloc was promoted. If we can't build zsmalloc as module, it means we can't build zram as module, either. Additionally, buddy map_vm_area is already exported so let's export unmap_kernel_range to help his buddy. Signed-off-by: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/Kconfig')
0 files changed, 0 insertions, 0 deletions