]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: target/iscsi: Remove an incorrect comment
authorBart Van Assche <bvanassche@acm.org>
Fri, 25 Jan 2019 18:34:52 +0000 (10:34 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Feb 2019 02:32:38 +0000 (21:32 -0500)
The single iscsit_start_nopin_response_timer() caller does not hold any
locks. Hence remove the comment above this function.

Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Cc: Mike Christie <mchristi@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/iscsi/iscsi_target_util.c

index 86987da86dd6d83ef9d1b00eb65733106bf7a1e2..762448e2f8b755b46c1ad165dd7538eaeffb7c85 100644 (file)
@@ -956,9 +956,6 @@ void iscsit_mod_nopin_response_timer(struct iscsi_conn *conn)
        spin_unlock_bh(&conn->nopin_timer_lock);
 }
 
-/*
- *     Called with conn->nopin_timer_lock held.
- */
 void iscsit_start_nopin_response_timer(struct iscsi_conn *conn)
 {
        struct iscsi_session *sess = conn->sess;