Whamcloud - gitweb
LU-8058 utils: Remove old commented out code
[fs/lustre-release.git] / lustre / utils / gss / gssd_main_loop.c
index 435e861..70c70c6 100644 (file)
 #include <fcntl.h>
 #include <signal.h>
 #include <unistd.h>
+/* For time() */
+#include <time.h>
+/* For waitpid() */
+#include <wait.h>
 
 #include "gssd.h"
 #include "err_util.h"
@@ -83,8 +87,6 @@ scan_poll_results(int ret)
                if (i >= 0 && pollarray[i].revents) {
                        if (pollarray[i].revents & POLLHUP)
                                dir_changed = 1;
-                       if (pollarray[i].revents & POLLIN)
-                               handle_spkm3_upcall(clp);
                        pollarray[clp->spkm3_poll_index].revents = 0;
                        ret--;
                        if (!ret)