Whamcloud - gitweb
LU-11299 lnet: modify lnd notification mechanism
[fs/lustre-release.git] / lnet / klnds / gnilnd / gnilnd_conn.c
index a3f7c75..a225780 100644 (file)
@@ -1954,7 +1954,7 @@ kgnilnd_finish_connect(kgn_dgram_t *dgram)
        /* Notify LNET that we now have a working connection to this peer.
         * This is a Cray extension to the "standard" LND behavior.
         */
-       lnet_notify(peer->gnp_net->gnn_ni, peer->gnp_nid, 1,
+       lnet_notify(peer->gnp_net->gnn_ni, peer->gnp_nid, true, true,
                    ktime_get_seconds());
 
        /* drop our 'hold' ref */