]> git.proxmox.com Git - mirror_spl.git/commit
Remove proc_handler() wrapper
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 2 Oct 2014 18:15:19 +0000 (14:15 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Oct 2014 22:11:52 +0000 (15:11 -0700)
commit0fac9c9e6d8d74f56be09cd84ffb30197d2dcaad
tree15f73761c847c75fae2de4e62b6b53e3d90f885c
parente03119e86f695851f68b9a52de64075a89fb41bd
Remove proc_handler() wrapper

As of Linux 2.6.32 the proc handlers where updated to expect only
five arguments.  Therefore there is no longer a need to maintain
this compatibility code and this infrastructure can be simplified.

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