diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-08-18 04:50:36 +0800 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2015-08-17 16:23:09 -0500 |
commit | 18df8a87badac0ab05679df9bd44b5033e30d97c (patch) | |
tree | f4c8cbbf8b6ce12dd4ad83c1e2bad12b41f51d6b /fs/dlm | |
parent | 00dcffaebf7b4ab0524c56694c22de6b0eb22feb (diff) | |
download | linux-18df8a87badac0ab05679df9bd44b5033e30d97c.tar.bz2 |
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>
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/lowcomms.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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; |