patch to fix a compile problem with openib, a goto statement pointed to a label which didnt exist.

--- ../pvfs2-orig/src/io/bmi/bmi_ib/ib.c 2007-02-01 17:07:48.000000000 -0600
+++ src/io/bmi/bmi_ib/ib.c      2007-02-13 11:29:01.000000000 -0600
@@ -1817,6 +1817,7 @@ static int ib_tcp_server_check_new_conne
       debug(2, "%s: accepted new connection %s at server", __func__,
         c->peername);

+out_unlock:
       gen_mutex_unlock(&interface_mutex);

       if (close(s) < 0)

_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to