Commit f4fadb23 authored by akpm@linux-foundation.org's avatar akpm@linux-foundation.org Committed by Steven Whitehouse

[GFS2] git-gfs2-nmw-build-fix

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent b3657629
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment