mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:30:55 +07:00
target: mark iscsit_start_kthreads static
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
6e1a27b919
commit
964949169e
@ -698,7 +698,7 @@ static void iscsi_post_login_start_timers(struct iscsi_conn *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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user