Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326217
b: refs/heads/master
c: 4dd40f0
h: refs/heads/master
i:
  326215: 4e8b76e
v: v3
  • Loading branch information
Ying Xue authored and David Teigland committed Aug 10, 2012
1 parent bc59b43 commit 28773fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4c798cf695dc7cee9798a686128461ad0070115
refs/heads/master: 4dd40f0cd99a3500c6df80eb8f537678559c761e
3 changes: 1 addition & 2 deletions trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ int dlm_lowcomms_connect_node(int nodeid)
}

/* Make a socket active */
static int add_sock(struct socket *sock, struct connection *con)
static void add_sock(struct socket *sock, struct connection *con)
{
con->sock = sock;

Expand All @@ -483,7 +483,6 @@ static int add_sock(struct socket *sock, struct connection *con)
con->sock->sk->sk_state_change = lowcomms_state_change;
con->sock->sk->sk_user_data = con;
con->sock->sk->sk_allocation = GFP_NOFS;
return 0;
}

/* Add the port number to an IPv6 or 4 sockaddr and return the address
Expand Down

0 comments on commit 28773fd

Please sign in to comment.