diff options
author | Christoph Hellwig <hch@lst.de> | 2015-03-26 07:27:33 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-03-26 17:52:10 -0400 |
commit | 964949169e0aef56f729e5fca3478ca0ee634478 (patch) | |
tree | b27be31b41f722f340f63a3c435237e0eea01e0f /drivers/target | |
parent | 6e1a27b919c643a1570885425d639f77f04d8690 (diff) |
target: mark iscsit_start_kthreads static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c index af20ddf2bbb4..8ce94ff744e6 100644 --- a/drivers/target/iscsi/iscsi_target_login.c +++ b/drivers/target/iscsi/iscsi_target_login.c | |||
@@ -698,7 +698,7 @@ static void iscsi_post_login_start_timers(struct iscsi_conn *conn) | |||
698 | iscsit_start_nopin_timer(conn); | 698 | iscsit_start_nopin_timer(conn); |
699 | } | 699 | } |
700 | 700 | ||
701 | int iscsit_start_kthreads(struct iscsi_conn *conn) | 701 | static int iscsit_start_kthreads(struct iscsi_conn *conn) |
702 | { | 702 | { |
703 | int ret = 0; | 703 | int ret = 0; |
704 | 704 | ||