[Pvfs2-developers] PATCH: pvfs-ib compile error on openib
Sam Lang
slang at mcs.anl.gov
Tue Feb 13 12:47:48 EST 2007
Hi Kyle,
This looks like its already been committed by Pete a while back. Are
you working of off HEAD?
-sam
On Feb 13, 2007, at 11:35 AM, Kyle Schochenmaier wrote:
> 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
> Pvfs2-developers at beowulf-underground.org
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
>
More information about the Pvfs2-developers
mailing list