From: kbuild test robot Date: Mon, 17 Aug 2015 20:50:36 +0000 (+0800) Subject: dlm: sctp_accept_from_sock() can be static X-Git-Tag: v4.3-rc1~92^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=18df8a87badac0ab05679df9bd44b5033e30d97c;p=linux.git dlm: sctp_accept_from_sock() can be static Signed-off-by: Fengguang Wu Signed-off-by: David Teigland --- diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index cd008c94efb8..c6da6c33ae46 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -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;