]> git.ipfire.org Git - people/ms/linux.git/blobdiff - include/scsi/scsi_cmnd.h
Merge branch 'fixes' into misc
[people/ms/linux.git] / include / scsi / scsi_cmnd.h
index d8d4a902a88dedbc93ac8da1ca99bb5f3d394d65..2280b2351739572c5db73579f8ffc0e16d511ebe 100644 (file)
@@ -68,6 +68,9 @@ struct scsi_cmnd {
        struct list_head list;  /* scsi_cmnd participates in queue lists */
        struct list_head eh_entry; /* entry for the host eh_cmd_q */
        struct delayed_work abort_work;
+
+       struct rcu_head rcu;
+
        int eh_eflags;          /* Used by error handlr */
 
        /*