From: Mike Shuey Date: Tue, 19 May 2015 14:14:33 +0000 (-0400) Subject: staging: lustre: lnet: dead code - remove lnet_fini_locks X-Git-Tag: v4.2-rc1~88^2~558 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4de4e73625aa3e067357ad6f956a4cad3255413f;p=karo-tx-linux.git staging: lustre: lnet: dead code - remove lnet_fini_locks lnet_fini_locks() does nothing. Remove. Signed-off-by: Mike Shuey Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c index 6910f56703d1..1adc481c7f48 100644 --- a/drivers/staging/lustre/lnet/lnet/api-ni.c +++ b/drivers/staging/lustre/lnet/lnet/api-ni.c @@ -98,12 +98,6 @@ lnet_init_locks(void) mutex_init(&the_lnet.ln_api_mutex); } -static void -lnet_fini_locks(void) -{ -} - - static int lnet_create_remote_nets_table(void) { @@ -153,8 +147,6 @@ lnet_destroy_locks(void) cfs_percpt_lock_free(the_lnet.ln_net_lock); the_lnet.ln_net_lock = NULL; } - - lnet_fini_locks(); } static int