[SCSI] scsi_dh: Initialize lun_state in check_ownership()

lun_state need to be initialized inside check_ownership().

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by Chandra Seetharaman and committed by James Bottomley fe42625c 8479fca1

+1
+1
drivers/scsi/device_handler/scsi_dh_rdac.c
··· 386 386 int err; 387 387 struct c9_inquiry *inqp; 388 388 389 + h->lun_state = RDAC_LUN_UNOWNED; 389 390 err = submit_inquiry(sdev, 0xC9, sizeof(struct c9_inquiry), h); 390 391 if (err == SCSI_DH_OK) { 391 392 inqp = &h->inq.c9;