mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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 */
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user