[SCSI] queue async scan work to an async_schedule domain
authorDan Williams <dan.j.williams@intel.com>
Tue, 10 Jul 2012 02:33:35 +0000 (19:33 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 20 Jul 2012 08:09:27 +0000 (09:09 +0100)
commit6cdd55205d160f63003c321fcea608336953dd5b
tree10fd25036ee07093dcb37feeca2c0afbb6ca1880
parenta4683487f90bfe3049686fc5c566bdc1ad03ace6
[SCSI] queue async scan work to an async_schedule domain

This is preparation to enable async_synchronize_full() to be used as a
replacement for scsi_complete_async_scans(), i.e. to stop leaking scsi
internal details where they are not needed.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Tested-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_scan.c