|
@@ -96,12 +96,11 @@ struct request {
|
|
struct request_queue *q;
|
|
struct request_queue *q;
|
|
struct blk_mq_ctx *mq_ctx;
|
|
struct blk_mq_ctx *mq_ctx;
|
|
|
|
|
|
- u64 cmd_flags;
|
|
|
|
|
|
+ int cpu;
|
|
unsigned cmd_type;
|
|
unsigned cmd_type;
|
|
|
|
+ u64 cmd_flags;
|
|
unsigned long atomic_flags;
|
|
unsigned long atomic_flags;
|
|
|
|
|
|
- int cpu;
|
|
|
|
-
|
|
|
|
/* the following two fields are internal, NEVER access directly */
|
|
/* the following two fields are internal, NEVER access directly */
|
|
unsigned int __data_len; /* total data len */
|
|
unsigned int __data_len; /* total data len */
|
|
sector_t __sector; /* sector cursor */
|
|
sector_t __sector; /* sector cursor */
|