1
0
Fork 0

CIFS: SMBD: _smbd_get_connection() can be static

Fixes: 07495ff5d9bc ("CIFS: SMBD: Establish SMB Direct connection")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Acked-by: Long Li <longli@microsoft.com>
hifive-unleashed-5.1
kbuild test robot 2017-12-18 21:30:06 +08:00 committed by Steve French
parent 8801e90233
commit 9084432c31
1 changed files with 1 additions and 1 deletions

View File

@ -1599,7 +1599,7 @@ out1:
}
/* Create a SMBD connection, called by upper layer */
struct smbd_connection *_smbd_get_connection(
static struct smbd_connection *_smbd_get_connection(
struct TCP_Server_Info *server, struct sockaddr *dstaddr, int port)
{
int rc;