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>
This commit is contained in:
parent
8801e90233
commit
9084432c31
@ -1599,7 +1599,7 @@ out1:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Create a SMBD connection, called by upper layer */
|
/* 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)
|
struct TCP_Server_Info *server, struct sockaddr *dstaddr, int port)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user