Whamcloud - gitweb
b=18844
[fs/lustre-release.git] / lnet / ulnds / socklnd / poll.c
index 2f15f1b..01ea259 100644 (file)
@@ -113,7 +113,7 @@ usocklnd_poll_thread(void *arg)
                           pt_data->upt_nfds,
                           usock_tuns.ut_poll_timeout * 1000);
 
-                if (rc < 0) {
+                if (rc < 0 && errno != EINTR) {
                         CERROR("Cannot poll(2): errno=%d\n", errno);
                         break;
                 }