scsi_dh: get module reference outside of device handler
authorChristoph Hellwig <hch@lst.de>
Sun, 14 Sep 2014 02:41:16 +0000 (19:41 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:19:22 +0000 (11:19 +0100)
We need to grab a reference to the module before calling the attach
routines to avoid a small race vs module removal.  It also cleans up
the code significantly as a side effect.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Reviewed-by: Hannes Reinecke <hare@suse.de>

No differences found