.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SPI_SCHEDULE_DV_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
spi_schedule_dv_device \- schedule domain validation to occur on the device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void spi_schedule_dv_device (struct scsi_device * \fIsdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsdev\fB\fR
The device to validate
.SH "DESCRIPTION"
.PP
Identical to \fBspi_dv_device\fR 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.