From 782c143db428aac8d5e58f700e531e7f62c87c87 Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 5 Oct 2003 03:38:51 +0000 Subject: [PATCH] - remove warnings: filed bugs for them when appropriate. --- lnet/klnds/toelnd/toenal_cb.c | 4 ++-- lnet/lnet/lib-md.c | 3 +-- lustre/portals/knals/toenal/toenal_cb.c | 4 ++-- lustre/portals/portals/lib-md.c | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/lnet/klnds/toelnd/toenal_cb.c b/lnet/klnds/toelnd/toenal_cb.c index 478f3c1..f92511a 100644 --- a/lnet/klnds/toelnd/toenal_cb.c +++ b/lnet/klnds/toelnd/toenal_cb.c @@ -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); } diff --git a/lnet/lnet/lib-md.c b/lnet/lnet/lib-md.c index a79e2be..be6949c 100644 --- a/lnet/lnet/lib-md.c +++ b/lnet/lnet/lib-md.c @@ -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); diff --git a/lustre/portals/knals/toenal/toenal_cb.c b/lustre/portals/knals/toenal/toenal_cb.c index 478f3c1..f92511a 100644 --- a/lustre/portals/knals/toenal/toenal_cb.c +++ b/lustre/portals/knals/toenal/toenal_cb.c @@ -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); } diff --git a/lustre/portals/portals/lib-md.c b/lustre/portals/portals/lib-md.c index a79e2be..be6949c 100644 --- a/lustre/portals/portals/lib-md.c +++ b/lustre/portals/portals/lib-md.c @@ -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); -- 1.8.3.1