Skip to content

Commit

Permalink
[GFS2] git-gfs2-nmw-build-fix
Browse files Browse the repository at this point in the history
Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
akpm@linux-foundation.org authored and Steven Whitehouse committed Jul 9, 2007
1 parent b365762 commit f4fadb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit f4fadb2

Please sign in to comment.