Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: lustre: o2iblnd: remove last of kiblnd_tunables_fini

The function kibnd_tunables_fini() no longer exist. Remove
it from o2iblnd.h

Signed-off-by: Amir Shehata <amir.shehata@intel.com>
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-7101
Reviewed-on: http://review.whamcloud.com/16367
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Olaf Weber <olaf@sgi.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Amir Shehata and committed by
Greg Kroah-Hartman
69b48fff 32c8deb8

-1
-1
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h
··· 995 995 996 996 int kiblnd_tunables_setup(struct lnet_ni *ni); 997 997 void kiblnd_tunables_init(void); 998 - void kiblnd_tunables_fini(void); 999 998 1000 999 int kiblnd_connd(void *arg); 1001 1000 int kiblnd_scheduler(void *arg);