Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4fadb23 authored by Andrew Morton's avatar Andrew Morton Committed by Steven Whitehouse
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}