mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[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>
This commit is contained in:
parent
b365762924
commit
f4fadb23ca
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user