[SCSI] remove old comment from block/unblock functions
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 18 May 2012 04:56:58 +0000 (23:56 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 20 Jul 2012 07:58:23 +0000 (08:58 +0100)
We do not hold the host lock when calling these functions,
so remove comment.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_lib.c

index 36521a0ac54ba50a7bfe3745f3bf1452293141d0..9f00c128e4d1d291123d7f9420b955cee6ddda86 100644 (file)
@@ -2411,7 +2411,6 @@ EXPORT_SYMBOL(scsi_target_resume);
  *     (which must be a legal transition).  When the device is in this
  *     state, all commands are deferred until the scsi lld reenables
  *     the device with scsi_device_unblock or device_block_tmo fires.
- *     This routine assumes the host_lock is held on entry.
  */
 int
 scsi_internal_device_block(struct scsi_device *sdev)
@@ -2455,8 +2454,7 @@ EXPORT_SYMBOL_GPL(scsi_internal_device_block);
  * Notes:       
  *     This routine transitions the device to the SDEV_RUNNING state
  *     or to one of the offline states (which must be a legal transition)
- *     allowing the midlayer to goose the queue for this device. This
- *     routine assumes the host_lock is held upon entry.
+ *     allowing the midlayer to goose the queue for this device.
  */
 int
 scsi_internal_device_unblock(struct scsi_device *sdev,