From 423aefa2283a5c4a91f88b604a6fafb70413e1e5 Mon Sep 17 00:00:00 2001 From: "akpm@linux-foundation.org" Date: Wed, 27 Jun 2007 14:43:37 -0700 Subject: [PATCH] --- yaml --- r: 58589 b: refs/heads/master c: f4fadb23ca49abd2f1387a0b7e78b385ebc760ce h: refs/heads/master i: 58587: 6c511058d48d2f09bf93506ffdf8fd79c7dc0a87 v: v3 --- [refs] | 2 +- trunk/fs/dlm/lowcomms.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 181c23b356c7..12c1e7ffd60d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3657629249eba0b3b61ff964d6e1539b469d117 +refs/heads/master: f4fadb23ca49abd2f1387a0b7e78b385ebc760ce diff --git a/trunk/fs/dlm/lowcomms.c b/trunk/fs/dlm/lowcomms.c index 73d44f57e24a..0553a6158dcb 100644 --- a/trunk/fs/dlm/lowcomms.c +++ b/trunk/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; } }