1SCSI_DEVICE_PUT(9)              SCSI mid layer              SCSI_DEVICE_PUT(9)
2
3
4

NAME

6       scsi_device_put - release a reference to a scsi_device
7

SYNOPSIS

9       void scsi_device_put(struct scsi_device * sdev);
10

ARGUMENTS

12       sdev
13           device to release a reference on.
14

DESCRIPTION

16       Release a reference to the scsi_device and decrements the use count of
17       the underlying LLDD module. The device is freed once the last user
18       vanishes.
19

AUTHORS

21       James Bottomley <James.Bottomley@hansenpartnership.com>
22           Author.
23
24       Rob Landley <rob@landley.net>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019                SCSI_DEVICE_PUT(9)
Impressum