staging: lustre: make LNet use lprocfs_call_handler
authorJames Simmons <jsimmons@infradead.org>
Mon, 7 Mar 2016 23:10:24 +0000 (18:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2016 00:17:45 +0000 (16:17 -0800)
commit708a24c18979af6a55fc3d9a397910af0d47872a
tree4ed2540645f14e79121258b99e2d348cd7cb4478
parent5900ba932efc30fce67abeb8f73ad2b3e522915e
staging: lustre: make LNet use lprocfs_call_handler

Sometime ago a patch was submitted to duplicate the
proc_call_handler code in the LNet layer. This was
due to the thinking libcfs was not used by the LNet
layer. This was a wrong assumption so lets make LNet
use the lprocfs_call_handler from the libcfs layer.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs.h
drivers/staging/lustre/lnet/lnet/router_proc.c
drivers/staging/lustre/lustre/libcfs/module.c