[Pvfs2-developers] PATCH: pvfs-ib compile error on openib

Kyle Schochenmaier kschoche at scl.ameslab.gov
Tue Feb 13 12:35:17 EST 2007


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)



More information about the Pvfs2-developers mailing list