|
@@ -138,6 +138,9 @@ struct request {
|
|
int cpu;
|
|
int cpu;
|
|
unsigned int cmd_flags; /* op and common flags */
|
|
unsigned int cmd_flags; /* op and common flags */
|
|
req_flags_t rq_flags;
|
|
req_flags_t rq_flags;
|
|
|
|
+
|
|
|
|
+ int internal_tag;
|
|
|
|
+
|
|
unsigned long atomic_flags;
|
|
unsigned long atomic_flags;
|
|
|
|
|
|
/* the following two fields are internal, NEVER access directly */
|
|
/* the following two fields are internal, NEVER access directly */
|
|
@@ -209,8 +212,6 @@ struct request {
|
|
|
|
|
|
unsigned short ioprio;
|
|
unsigned short ioprio;
|
|
|
|
|
|
- int internal_tag;
|
|
|
|
-
|
|
|
|
void *special; /* opaque pointer available for LLD use */
|
|
void *special; /* opaque pointer available for LLD use */
|
|
|
|
|
|
int errors;
|
|
int errors;
|