]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/lustre/libcfs: Remove redundant lnet debugfs variables
authorOleg Drokin <green@linuxhacker.ru>
Mon, 6 Jul 2015 16:48:52 +0000 (12:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jul 2015 02:47:20 +0000 (19:47 -0700)
commit1b4d97b6c6ca05446ff33843a7b174cdd765df5a
treec8b7d3a9892175d4000a0a360d228d1ade7b1f35
parent0871d551af37c72c308397c16c31bae945e6a79d
staging/lustre/libcfs: Remove redundant lnet debugfs variables

/proc/sys/lnet/console_ratelimit, debug_path and panic_on_lbug
are module parameters with no special magic accessible via
/sys/module/libcfs/parameters/libcfs_console_ratelimit,
/sys/module/libcfs/parameters/libcfs_debug_file_path and
/sys/module/libcfs/parameters/libcfs_panic_on_lbug respectively.

As such just replace them with corresponding symlinks

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/module.c