소스 검색

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>
kbuild test robot 10 년 전
부모
커밋
18df8a87ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs/dlm/lowcomms.c

+ 1 - 1
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;