Commit 96494916 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nicholas Bellinger

target: mark iscsit_start_kthreads static

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 6e1a27b9
...@@ -698,7 +698,7 @@ static void iscsi_post_login_start_timers(struct iscsi_conn *conn) ...@@ -698,7 +698,7 @@ static void iscsi_post_login_start_timers(struct iscsi_conn *conn)
iscsit_start_nopin_timer(conn); iscsit_start_nopin_timer(conn);
} }
int iscsit_start_kthreads(struct iscsi_conn *conn) static int iscsit_start_kthreads(struct iscsi_conn *conn)
{ {
int ret = 0; int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment