mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-23 07:06:49 +00: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:
parent
00dcffaebf
commit
18df8a87ba
@ -760,7 +760,7 @@ accept_err:
|
|||||||
return result;
|
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 */
|
/* Check that the new node is in the lockspace */
|
||||||
struct sctp_prim prim;
|
struct sctp_prim prim;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user