From 14f5ad40dc3a82b8acda9c056d55a48e51b4b0ea Mon Sep 17 00:00:00 2001 From: eeb Date: Fri, 3 Aug 2007 14:16:27 +0000 Subject: [PATCH 1/1] * 12299 - fixed spurious timeout on userspace ptllnd NOOP messages. This defect was introduced when userspace ptllnd timeouts were implemented. --- lnet/ulnds/ptllnd/ptllnd_cb.c | 1 + 1 file changed, 1 insertion(+) 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); } } -- 1.8.3.1