1. NAME

scsi_device_get - get an additional reference to a scsi_device

2. SYNOPSIS

int scsi_device_get(struct scsi_device *  sdev );

3. ARGUMENTS

sdev
    device to get a reference to

4. DESCRIPTION

Gets a reference to the scsi_device and increments the use count of the underlying LLDD module. You must hold host_lock of the parent Scsi_Host or already have a reference when calling this.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT