Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

kbuild test robot and committed by
David Teigland
18df8a87 00dcffae

+1 -1
+1 -1
fs/dlm/lowcomms.c
··· 760 760 return result; 761 761 } 762 762 763 - int sctp_accept_from_sock(struct connection *con) 763 + static int sctp_accept_from_sock(struct connection *con) 764 764 { 765 765 /* Check that the new node is in the lockspace */ 766 766 struct sctp_prim prim;