You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
merge by hand (scsi_device.h)
This commit is contained in:
@@ -44,7 +44,8 @@ struct scsi_device {
|
||||
struct list_head same_target_siblings; /* just the devices sharing same target id */
|
||||
|
||||
/* this is now protected by the request_queue->queue_lock */
|
||||
volatile unsigned short device_busy; /* commands actually active on low-level */
|
||||
unsigned int device_busy; /* commands actually active on
|
||||
* low-level. protected by queue_lock. */
|
||||
spinlock_t list_lock;
|
||||
struct list_head cmd_list; /* queue of in use SCSI Command structures */
|
||||
struct list_head starved_entry;
|
||||
|
||||
Reference in New Issue
Block a user