Commit 0ee98a9f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: lnet: lib-lnet.h: checkpatch cleanup: remove unnecessary externs

Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 09bce335
...@@ -572,7 +572,7 @@ lnet_peer_addref_locked(lnet_peer_t *lp) ...@@ -572,7 +572,7 @@ lnet_peer_addref_locked(lnet_peer_t *lp)
lp->lp_refcount++; lp->lp_refcount++;
} }
extern void lnet_destroy_peer_locked(lnet_peer_t *lp); void lnet_destroy_peer_locked(lnet_peer_t *lp);
static inline void static inline void
lnet_peer_decref_locked(lnet_peer_t *lp) lnet_peer_decref_locked(lnet_peer_t *lp)
...@@ -642,11 +642,11 @@ lnet_net2rnethash(__u32 net) ...@@ -642,11 +642,11 @@ lnet_net2rnethash(__u32 net)
extern lnd_t the_lolnd; extern lnd_t the_lolnd;
extern int lnet_cpt_of_nid_locked(lnet_nid_t nid); int lnet_cpt_of_nid_locked(lnet_nid_t nid);
extern int lnet_cpt_of_nid(lnet_nid_t nid); int lnet_cpt_of_nid(lnet_nid_t nid);
extern lnet_ni_t *lnet_nid2ni_locked(lnet_nid_t nid, int cpt); lnet_ni_t *lnet_nid2ni_locked(lnet_nid_t nid, int cpt);
extern lnet_ni_t *lnet_net2ni_locked(__u32 net, int cpt); lnet_ni_t *lnet_net2ni_locked(__u32 net, int cpt);
extern lnet_ni_t *lnet_net2ni(__u32 net); lnet_ni_t *lnet_net2ni(__u32 net);
int lnet_notify(lnet_ni_t *ni, lnet_nid_t peer, int alive, cfs_time_t when); int lnet_notify(lnet_ni_t *ni, lnet_nid_t peer, int alive, cfs_time_t when);
void lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, cfs_time_t when); void lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, cfs_time_t when);
......
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