Whamcloud - gitweb
LU-12678 lnet: discard lnd_refcount
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 5590503..562dc37 100644 (file)
@@ -250,7 +250,6 @@ struct socket;
 struct lnet_lnd {
        /* fields managed by portals */
        struct list_head        lnd_list;       /* stash in the LND table */
-       int                     lnd_refcount;   /* # active instances */
 
        /* fields initialized by the LND */
        __u32                   lnd_type;