commit | 7c237c5f6d5c62724ccd82aecdcd1fd9bd71dc75 | [log] [tgz] |
---|---|---|
author | Xiangliang Yu <yuxiangl@marvell.com> | Wed Jan 30 00:25:53 2013 +0800 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Feb 22 11:18:33 2013 +0000 |
tree | 70660235d07bba87b4221912f08fabe3192a5c48 | |
parent | 2b4df6ea53d05625e9ca2dd73bc0e831976e009d [diff] |
[SCSI] mvsas: fixed timeout issue when removing module 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>