]> git.proxmox.com Git - mirror_spl.git/commit
Remove kallsyms_lookup_name() wrapper
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Oct 2014 23:58:11 +0000 (19:58 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:11:51 +0000 (15:11 -0700)
commit44778f41100f88e7458d4deb2335ad09ce0bd0ea
treebebf3f33775f553de880b4af0d48b641df0a006b
parent89a461e70c13c860d336dc36358bb02172ed6346
Remove kallsyms_lookup_name() wrapper

After the removable of get_vmalloc_info(), the unused global memory
variables, and the optional dcache/icache shrinkers there is no
longer a need for the kallsyms compatibility code.  This allows
us to eliminate another brittle area of the code by removing the
kernel upcall this functionality depended on for older kernels.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-build.m4
include/linux/Makefile.am
include/linux/kallsyms_compat.h [deleted file]
include/sys/types.h
module/spl/spl-generic.c
module/spl/spl-proc.c