Commit 4de4e736 authored by Mike Shuey's avatar Mike Shuey Committed by Greg Kroah-Hartman

staging: lustre: lnet: dead code - remove lnet_fini_locks

lnet_fini_locks() does nothing.  Remove.
Signed-off-by: default avatarMike Shuey <shuey@purdue.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e7ab095
...@@ -98,12 +98,6 @@ lnet_init_locks(void) ...@@ -98,12 +98,6 @@ lnet_init_locks(void)
mutex_init(&the_lnet.ln_api_mutex); mutex_init(&the_lnet.ln_api_mutex);
} }
static void
lnet_fini_locks(void)
{
}
static int static int
lnet_create_remote_nets_table(void) lnet_create_remote_nets_table(void)
{ {
...@@ -153,8 +147,6 @@ lnet_destroy_locks(void) ...@@ -153,8 +147,6 @@ lnet_destroy_locks(void)
cfs_percpt_lock_free(the_lnet.ln_net_lock); cfs_percpt_lock_free(the_lnet.ln_net_lock);
the_lnet.ln_net_lock = NULL; the_lnet.ln_net_lock = NULL;
} }
lnet_fini_locks();
} }
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment