Re: [PATCH] scsi: fix regression that accidentally disabled block-based tcq

2014-09-15 Thread Webb Scales
ev->request_queue, depth, sdev->host->bqt); Reviewed-by: Webb Scales -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel

Re: [PATCH] scsi: Fix qemu boot hang problem

2014-08-15 Thread Webb Scales
;sdev->device_busy)', meaning the logic was reversed. Changing this expression to '!atomic_read(&sdev->device_busy)' fixes the problem. Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Webb Scales Cc: Jens Axboe Signed-off-by: Guenter Roeck --- drivers/scsi/scsi_lib.c |