staging/lustre/libcfs: get rid of debugfs/lnet/console_backoff
authorOleg Drokin <green@linuxhacker.ru>
Mon, 6 Jul 2015 16:48:53 +0000 (12:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Jul 2015 02:47:20 +0000 (19:47 -0700)
commit8710427dd68f4dff8976d221e220317cea20ecec
tree84b8e2ba065f5686d227b8879fbd72e098350559
parent1b4d97b6c6ca05446ff33843a7b174cdd765df5a
staging/lustre/libcfs: get rid of debugfs/lnet/console_backoff

module parameter libcfs_console_backoff accessible through
/sys/module/libcfs/parameters/libcfs_console_backoff would
do the same thing, just add a special "uintpos" parameter
type to disallow 0 values too.
Also add a symlink to the module parameter variable for
backwards compatibility

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