1. NAME

spi_schedule_dv_device - schedule domain validation to occur on the device

2. SYNOPSIS

void spi_schedule_dv_device(struct scsi_device *  sdev );

3. ARGUMENTS

sdev
    The device to validate

4. DESCRIPTION

Identical to spi_dv_device above, except that the DV will be scheduled to occur in a workqueue later. All memory allocations are atomic, so may be called from any context including those holding SCSI locks.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT