X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fulnds%2Fptllnd%2Fptllnd_cb.c;h=0c6f521c23f5d90f5351084cd6630f900bc302b8;hp=d2bab0750a000b04abd73bf0dca0ba4fdb3239cb;hb=14f5ad40dc3a82b8acda9c056d55a48e51b4b0ea;hpb=a63d0eba2836e6aa5d68e36edce422d1a4e1956b diff --git a/lnet/ulnds/ptllnd/ptllnd_cb.c b/lnet/ulnds/ptllnd/ptllnd_cb.c index d2bab07..0c6f521c 100644 --- a/lnet/ulnds/ptllnd/ptllnd_cb.c +++ b/lnet/ulnds/ptllnd/ptllnd_cb.c @@ -762,6 +762,7 @@ ptllnd_check_sends(ptllnd_peer_t *peer) CERROR("Can't return credits to %s\n", libcfs_id2str(peer->plp_id)); } else { + ptllnd_set_tx_deadline(tx); list_add_tail(&tx->tx_list, &peer->plp_txq); } }