dlm: sctp_accept_from_sock() can be static
authorkbuild test robot <fengguang.wu@intel.com>
Mon, 17 Aug 2015 20:50:36 +0000 (04:50 +0800)
committerDavid 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

index cd008c94efb8bbec0cc1f0123c9bebf7a58b48b5..c6da6c33ae4698605030ea61497eb92840da7323 100644 (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;
This page took 0.027775 seconds and 5 git commands to generate.