提交 9084432c 编写于 作者: K kbuild test robot 提交者: Steve French

CIFS: SMBD: _smbd_get_connection() can be static

Fixes: 07495ff5d9bc ("CIFS: SMBD: Establish SMB Direct connection")
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NSteve French <smfrench@gmail.com>
Acked-by: NLong Li <longli@microsoft.com>
上级 8801e902
......@@ -1599,7 +1599,7 @@ static int allocate_caches_and_workqueue(struct smbd_connection *info)
}
/* 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册