[SCSI] mvsas: fixed timeout issue when removing module
authorXiangliang Yu <yuxiangl@marvell.com>
Tue, 29 Jan 2013 16:25:53 +0000 (00:25 +0800)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 22 Feb 2013 11:18:33 +0000 (11:18 +0000)
Root cause is libsas will clear asd_sas_port phy_mask value in sas_port_deform
after triggering destruct workqueue, but the workqueue will send sync cmd and
still need phy_mask value.  Now, mvsas using asd_sas_phy setting instead of
asd_sas_port setting.

Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found