Allocate a new scsi event
struct scsi_event * sdev_evt_alloc(enum scsi_device_event evt_type, gfp_t gfpflags);
evt_type
type of event to allocate
gfpflags
GFP flags for allocation
Allocates and returns a new scsi_event.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>