From: Bart Van Assche Date: Fri, 25 Jan 2019 18:34:52 +0000 (-0800) Subject: scsi: target/iscsi: Remove an incorrect comment X-Git-Tag: v5.1-rc1~85^2~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b53655b80cfcf33c0b753cf17dc3d42a97299c2f;p=thirdparty%2Flinux.git scsi: target/iscsi: Remove an incorrect comment The single iscsit_start_nopin_response_timer() caller does not hold any locks. Hence remove the comment above this function. Cc: Nicholas Bellinger Cc: Mike Christie Cc: Christoph Hellwig Cc: Hannes Reinecke Signed-off-by: Bart Van Assche Signed-off-by: Martin K. Petersen --- diff --git a/drivers/target/iscsi/iscsi_target_util.c b/drivers/target/iscsi/iscsi_target_util.c index 86987da86dd6d..762448e2f8b75 100644 --- a/drivers/target/iscsi/iscsi_target_util.c +++ b/drivers/target/iscsi/iscsi_target_util.c @@ -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;