|
@@ -117,7 +117,6 @@ enum rq_flag_bits {
|
|
__REQ_RW_META, /* metadata io request */
|
|
__REQ_RW_META, /* metadata io request */
|
|
__REQ_COPY_USER, /* contains copies of user pages */
|
|
__REQ_COPY_USER, /* contains copies of user pages */
|
|
__REQ_INTEGRITY, /* integrity metadata has been remapped */
|
|
__REQ_INTEGRITY, /* integrity metadata has been remapped */
|
|
- __REQ_UNPLUG, /* unplug queue on submission */
|
|
|
|
__REQ_NOIDLE, /* Don't anticipate more IO after this one */
|
|
__REQ_NOIDLE, /* Don't anticipate more IO after this one */
|
|
__REQ_NR_BITS, /* stops here */
|
|
__REQ_NR_BITS, /* stops here */
|
|
};
|
|
};
|
|
@@ -145,7 +144,6 @@ enum rq_flag_bits {
|
|
#define REQ_RW_META (1 << __REQ_RW_META)
|
|
#define REQ_RW_META (1 << __REQ_RW_META)
|
|
#define REQ_COPY_USER (1 << __REQ_COPY_USER)
|
|
#define REQ_COPY_USER (1 << __REQ_COPY_USER)
|
|
#define REQ_INTEGRITY (1 << __REQ_INTEGRITY)
|
|
#define REQ_INTEGRITY (1 << __REQ_INTEGRITY)
|
|
-#define REQ_UNPLUG (1 << __REQ_UNPLUG)
|
|
|
|
#define REQ_NOIDLE (1 << __REQ_NOIDLE)
|
|
#define REQ_NOIDLE (1 << __REQ_NOIDLE)
|
|
|
|
|
|
#define BLK_MAX_CDB 16
|
|
#define BLK_MAX_CDB 16
|