scsi: retry MODE SENSE on unit attention
authorHannes Reinecke <hare@suse.de>
Fri, 12 Jun 2015 14:12:48 +0000 (16:12 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Thu, 30 Jul 2015 19:37:20 +0000 (12:37 -0700)
The 'sd' driver is calling scsi_mode_sense() to figure out
internal details. But scsi_mode_sense() never checks for
any pending unit attentions, so we're getting annoying error
messages like:

MODE SENSE: unimplemented page/subpage: 0x00/0x00

and a possible wrong decision for device cache handling.

Reviewed-by: Ewan Milne <emilne@redhat.com>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/scsi_lib.c

Simple merge