From 69e3926544be4df3f11daab9a58d2b63af57c004 Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 4 Dec 2003 06:29:55 +0000 Subject: [PATCH] tcpnal: since we switched to the new timeout mechanism, the old hack code coulde be removed now. --- lnet/ulnds/select.c | 9 --------- lnet/ulnds/socklnd/select.c | 9 --------- lustre/portals/unals/select.c | 9 --------- 3 files changed, 27 deletions(-) diff --git a/lnet/ulnds/select.c b/lnet/ulnds/select.c index fe24efc..c4ccae1 100644 --- a/lnet/ulnds/select.c +++ b/lnet/ulnds/select.c @@ -126,15 +126,6 @@ void select_timer_block(when until) timeout_pointer=&timeout; } else timeout_pointer=0; - - /* FIXME - * temporarily add timer for endless waiting problem. - * FIXME - */ - timeout.tv_sec = 1; - timeout.tv_usec = 0; - timeout_pointer=&timeout; - FD_ZERO(&fds[0]); FD_ZERO(&fds[1]); FD_ZERO(&fds[2]); diff --git a/lnet/ulnds/socklnd/select.c b/lnet/ulnds/socklnd/select.c index fe24efc..c4ccae1 100644 --- a/lnet/ulnds/socklnd/select.c +++ b/lnet/ulnds/socklnd/select.c @@ -126,15 +126,6 @@ void select_timer_block(when until) timeout_pointer=&timeout; } else timeout_pointer=0; - - /* FIXME - * temporarily add timer for endless waiting problem. - * FIXME - */ - timeout.tv_sec = 1; - timeout.tv_usec = 0; - timeout_pointer=&timeout; - FD_ZERO(&fds[0]); FD_ZERO(&fds[1]); FD_ZERO(&fds[2]); diff --git a/lustre/portals/unals/select.c b/lustre/portals/unals/select.c index fe24efc..c4ccae1 100644 --- a/lustre/portals/unals/select.c +++ b/lustre/portals/unals/select.c @@ -126,15 +126,6 @@ void select_timer_block(when until) timeout_pointer=&timeout; } else timeout_pointer=0; - - /* FIXME - * temporarily add timer for endless waiting problem. - * FIXME - */ - timeout.tv_sec = 1; - timeout.tv_usec = 0; - timeout_pointer=&timeout; - FD_ZERO(&fds[0]); FD_ZERO(&fds[1]); FD_ZERO(&fds[2]); -- 1.8.3.1