[Cluster-devel] [PATCH] [GFS2] git-gfs2-nmw-build-fix

swhiteho at redhat.com swhiteho at redhat.com
Mon Jul 9 16:02:58 UTC 2007


From: akpm at linux-foundation.org <akpm at linux-foundation.org>

Cc: Steven Whitehouse <swhiteho at redhat.com>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: Steven Whitehouse <swhiteho at redhat.com>

diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
index 73d44f5..0553a61 100644
--- a/fs/dlm/lowcomms.c
+++ b/fs/dlm/lowcomms.c
@@ -728,7 +728,7 @@ static int tcp_accept_from_sock(struct connection *con)
 		else {
 			printk("Extra connection from node %d attempted\n", nodeid);
 			result = -EAGAIN;
-			up_write(&newcon->sock_sem);
+			mutex_unlock(&newcon->sock_mutex);
 			goto accept_err;
 		}
 	}
-- 
1.5.1.2




More information about the Cluster-devel mailing list