commit | 848ade90ba9c1e2bc2f7869fbe5d08bb32f3db09 | [log] [tgz] |
---|---|---|
author | Christian Loehle <cloehle@hyperstone.com> | Mon Aug 16 09:37:51 2021 +0000 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Aug 17 22:35:54 2021 -0400 |
tree | f1b6d1eb7dfbbe3391e8ef5b5514fa85600a7997 | |
parent | 7a3795f28795e5bdc71498728bdfe4f921ce6c27 [diff] |
scsi: sd: Do not exit sd_spinup_disk() quietly The sd_spinup_disk() function logs what is happening. Unfortunately this output stops if the media was marked as removed in the meantime. Add a print for this case too. Link: https://lore.kernel.org/r/CWXP265MB26803209FD08A64222EEEA02C4FD9@CWXP265MB2680.GBRP265.PROD.OUTLOOK.COM Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christian Loehle <cloehle@hyperstone.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>