All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/5] ipr: Set scsi_level correctly for disk arrays
@ 2014-07-28 20:30 Brian King
  0 siblings, 0 replies; only message in thread
From: Brian King @ 2014-07-28 20:30 UTC (permalink / raw)
  To: James E.J. Bottomley; +Cc: linux-scsi, Wendy Xiong


Set the scsi_level correctly for disk arrays such
that things like the rotational field get set
properly by sd.c.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
---

 drivers/scsi/ipr.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/scsi/ipr.c~ipr_array_scsi_level drivers/scsi/ipr.c
--- linux/drivers/scsi/ipr.c~ipr_array_scsi_level	2014-07-23 17:07:00.785527453 -0500
+++ linux-bjking1/drivers/scsi/ipr.c	2014-07-23 17:07:00.791527493 -0500
@@ -4747,6 +4747,7 @@ static int ipr_slave_configure(struct sc
 			sdev->no_uld_attach = 1;
 		}
 		if (ipr_is_vset_device(res)) {
+			sdev->scsi_level = SCSI_SPC_3;
 			blk_queue_rq_timeout(sdev->request_queue,
 					     IPR_VSET_RW_TIMEOUT);
 			blk_queue_max_hw_sectors(sdev->request_queue, IPR_VSET_MAX_SECTORS);
_


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-28 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 20:30 [PATCH 4/5] ipr: Set scsi_level correctly for disk arrays Brian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.