2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-29 21:14:45 +08:00

dlm: sctp_accept_from_sock() can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
kbuild test robot 2015-08-18 04:50:36 +08:00 committed by David Teigland
parent 00dcffaebf
commit 18df8a87ba

View File

@ -760,7 +760,7 @@ accept_err:
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;