staging: lustre: make local functions static for LNet ni
The function lnet_unprepare can be made static. Signed-off-by: Frank Zago <fzago@cray.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5396 Reviewed-on: http://review.whamcloud.com/11306 Reviewed-by: James Simmons <uja.ornl@gmail.com> Reviewed-by: Patrick Farrell <paf@cray.com> Reviewed-by: Amir Shehata <amir.shehata@intel.com> Reviewed-by: John L. Hammond <john.hammond@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
edeb5d8ca5
commit
09f2f1755f
@ -525,7 +525,7 @@ lnet_res_lh_initialize(struct lnet_res_container *rec, lnet_libhandle_t *lh)
|
||||
list_add(&lh->lh_hash_chain, &rec->rec_lh_hash[hash]);
|
||||
}
|
||||
|
||||
int lnet_unprepare(void);
|
||||
static int lnet_unprepare(void);
|
||||
|
||||
static int
|
||||
lnet_prepare(lnet_pid_t requested_pid)
|
||||
@ -611,7 +611,7 @@ lnet_prepare(lnet_pid_t requested_pid)
|
||||
return rc;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
lnet_unprepare(void)
|
||||
{
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user