Whamcloud - gitweb
- remove warnings: filed bugs for them when appropriate.
authorbraam <braam>
Sun, 5 Oct 2003 03:38:51 +0000 (03:38 +0000)
committerbraam <braam>
Sun, 5 Oct 2003 03:38:51 +0000 (03:38 +0000)
lnet/klnds/toelnd/toenal_cb.c
lnet/lnet/lib-md.c
lustre/portals/knals/toenal/toenal_cb.c
lustre/portals/portals/lib-md.c

index 478f3c1..f92511a 100644 (file)
@@ -300,7 +300,7 @@ ktoenal_process_transmit (ksock_conn_t *conn, long *irq_flags)
                         rc = 0;                 /* nothing sent */
                 else
                 {
-#warning FIXME: handle socket errors properly
+                        //warning FIXME: handle socket errors properly
                         CERROR ("Error socknal send(%d) %p: %d\n", tx->tx_nob, conn, rc);
                         rc = tx->tx_nob;        /* kid on for now whole packet went */
                 }
@@ -862,7 +862,7 @@ ktoenal_process_receive (ksock_conn_t *conn, long *irq_flags)
                 if (len != -EAGAIN &&           /* ! nothing to read now */
                     len != 0)                   /* ! nothing to read ever */
                 {
-#warning FIXME: handle socket errors properly
+                        // warning FIXME: handle socket errors properly
                         CERROR ("Error socknal read(%d) %p: %d\n",
                                 conn->ksnc_rx_nob_wanted, conn, len);
                 }
index a79e2be..be6949c 100644 (file)
@@ -396,8 +396,7 @@ int do_PtlMDUpdate_internal(nal_cb_t * nal, void *private, void *v_args,
             test_eq->sequence == args->sequence_in) {
                 lib_me_t *me = md->me;
 
-#warning this does not track eq refcounts properly
-
+                // #warning this does not track eq refcounts properly 
                 ret->rc = lib_md_build(nal, md, private,
                                        new, &new->eventq, md->unlink);
 
index 478f3c1..f92511a 100644 (file)
@@ -300,7 +300,7 @@ ktoenal_process_transmit (ksock_conn_t *conn, long *irq_flags)
                         rc = 0;                 /* nothing sent */
                 else
                 {
-#warning FIXME: handle socket errors properly
+                        //warning FIXME: handle socket errors properly
                         CERROR ("Error socknal send(%d) %p: %d\n", tx->tx_nob, conn, rc);
                         rc = tx->tx_nob;        /* kid on for now whole packet went */
                 }
@@ -862,7 +862,7 @@ ktoenal_process_receive (ksock_conn_t *conn, long *irq_flags)
                 if (len != -EAGAIN &&           /* ! nothing to read now */
                     len != 0)                   /* ! nothing to read ever */
                 {
-#warning FIXME: handle socket errors properly
+                        // warning FIXME: handle socket errors properly
                         CERROR ("Error socknal read(%d) %p: %d\n",
                                 conn->ksnc_rx_nob_wanted, conn, len);
                 }
index a79e2be..be6949c 100644 (file)
@@ -396,8 +396,7 @@ int do_PtlMDUpdate_internal(nal_cb_t * nal, void *private, void *v_args,
             test_eq->sequence == args->sequence_in) {
                 lib_me_t *me = md->me;
 
-#warning this does not track eq refcounts properly
-
+                // #warning this does not track eq refcounts properly 
                 ret->rc = lib_md_build(nal, md, private,
                                        new, &new->eventq, md->unlink);