summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/blk_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index b54142534793..44f9bca332e5 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -163,9 +163,9 @@ enum rq_flag_bits {
__REQ_INTEGRITY, /* I/O includes block integrity payload */
__REQ_FUA, /* forced unit access */
__REQ_PREFLUSH, /* request for cache flush */
+ __REQ_RAHEAD, /* read ahead, can fail anytime */
/* bio only flags */
- __REQ_RAHEAD, /* read ahead, can fail anytime */
__REQ_THROTTLED, /* This bio has already been subjected to
* throttling rules. Don't do it again. */
@@ -205,7 +205,7 @@ enum rq_flag_bits {
(REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | REQ_FAILFAST_DRIVER)
#define REQ_COMMON_MASK \
(REQ_FAILFAST_MASK | REQ_SYNC | REQ_META | REQ_PRIO | REQ_NOIDLE | \
- REQ_PREFLUSH | REQ_FUA | REQ_INTEGRITY | REQ_NOMERGE)
+ REQ_PREFLUSH | REQ_FUA | REQ_INTEGRITY | REQ_NOMERGE | REQ_RAHEAD)
#define REQ_CLONE_MASK REQ_COMMON_MASK
/* This mask is used for both bio and request merge checking */
c8af104da9331fdf63a7bc12'>bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet 2023-10-22bcachefs: Kill allocator threads & freelistsKent Overstreet 2023-10-22bcachefs: Run btree updates after write out of write_pointKent Overstreet 2023-10-22bcachefs: x-macroize alloc_reserve enumKent Overstreet 2023-10-22bcachefs: Put open_buckets in a hashtableKent Overstreet 2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet 2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet 2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet 2023-10-22bcachefs: Reserve some open buckets for btree allocationsKent Overstreet 2023-10-22bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet 2023-10-22bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet 2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet 2023-10-22bcachefs: More open bucketsKent Overstreet 2023-10-22bcachefs: Fix some reserve calculationsKent Overstreet 2023-10-22bcachefs: Erasure codingKent Overstreet 2023-10-22bcachefs: Scale down number of writepoints when low on spaceKent Overstreet 2023-10-22bcachefs: Allocation code refactoringKent Overstreet 2023-10-22bcachefs: Initial commitKent Overstreet