1
0
Fork 0

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

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
wifi-calibration
akpm@linux-foundation.org 2007-06-27 14:43:37 -07:00 committed by Steven Whitehouse
parent b365762924
commit f4fadb23ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}