From: Xiangliang Yu Date: Tue, 29 Jan 2013 16:25:53 +0000 (+0800) Subject: [SCSI] mvsas: fixed timeout issue when removing module X-Git-Tag: v3.9-rc1~21^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c237c5f6d5c62724ccd82aecdcd1fd9bd71dc75;p=pandora-kernel.git [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 --- Reading git-diff-tree failed