staging/lustre/libcfs: get rid of debugfs/lnet/console_{min, max}_delay_centisecs
authorDmitry Eremin <dmitry.eremin@intel.com>
Tue, 14 Jul 2015 03:17:55 +0000 (23:17 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jul 2015 03:52:54 +0000 (20:52 -0700)
commit35ca907d245e8c218f39b6ed8bd6a1c656d056cc
tree005a610a1c83b07733e00bb06c9daddcbed5e3eb
parent8dc08446d0671709bdec9e037845b014e33663b1
staging/lustre/libcfs: get rid of debugfs/lnet/console_{min, max}_delay_centisecs

They are just fancy module parameters wrappers,
so just the same functionality now would be accessible via
/sys/module/libcfs/parameters/libcfs_console_{min,max}_delay

Also install compatibility symlinks

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/debug.c
drivers/staging/lustre/lustre/libcfs/module.c