projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00dcffa
)
dlm: sctp_accept_from_sock() can be static
author
kbuild test robot
<fengguang.wu@intel.com>
Mon, 17 Aug 2015 20:50:36 +0000
(
04:50
+0800)
committer
David Teigland
<teigland@redhat.com>
Mon, 17 Aug 2015 21:23:09 +0000
(16:23 -0500)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/dlm/lowcomms.c
b/fs/dlm/lowcomms.c
index cd008c94efb8bbec0cc1f0123c9bebf7a58b48b5..c6da6c33ae4698605030ea61497eb92840da7323 100644
(file)
--- a/
fs/dlm/lowcomms.c
+++ b/
fs/dlm/lowcomms.c
@@
-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;