Skip to content

Commit

Permalink
dlm: sctp_accept_from_sock() can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David Teigland <teigland@redhat.com>
  • Loading branch information
kbuild test robot authored and David Teigland committed Aug 17, 2015
1 parent 00dcffa commit 18df8a8
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 @@ -760,7 +760,7 @@ static int tcp_accept_from_sock(struct connection *con)
return result;
}

int sctp_accept_from_sock(struct connection *con)
static int sctp_accept_from_sock(struct connection *con)
{
/* Check that the new node is in the lockspace */
struct sctp_prim prim;
Expand Down

0 comments on commit 18df8a8

Please sign in to comment.