commit | 28072ad50ca7328bd99f9dba94ac27c723da0053 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Jan 28 03:46:53 2015 -0600 |
committer | Christoph Hellwig <hch@lst.de> | Mon Feb 02 13:45:28 2015 +0100 |
tree | a5ded873ab647a164ab297bd614ad18cfd79cdca | |
parent | bcbde52b14b70c6b3d500e8d18c261d7b1c6fed3 [diff] |
scsi: fix device handler detach oops This fixes a regression caused by commit 1d5203 ("scsi: handle more device handler setup/teardown in common code"). The bug is that the alua detach() callout will try to access the sddev->scsi_dh_data, but we have already set it to NULL. This patch moves the clearing of that field to after detach() is called. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: Christoph Hellwig <hch@lst.de>