projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1070260
)
Revert "block: read-ahead submission should imply no-wait as well"
async-readahead
author
Jens Axboe
<axboe@kernel.dk>
Mon, 1 Jun 2020 03:31:08 +0000
(21:31 -0600)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 1 Jun 2020 14:12:30 +0000
(08:12 -0600)
This reverts commit
381000ebbf4fed96c206571a04511c0667e38e18
.
include/linux/blk_types.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blk_types.h
b/include/linux/blk_types.h
index c296463c15ebe0daef8f557c2e0bbbc63c8bd169..ccb895f911b18530cab8d7fdd9e50598323889ef 100644
(file)
--- a/
include/linux/blk_types.h
+++ b/
include/linux/blk_types.h
@@
-374,8
+374,7
@@
enum req_flag_bits {
#define REQ_INTEGRITY (1ULL << __REQ_INTEGRITY)
#define REQ_FUA (1ULL << __REQ_FUA)
#define REQ_PREFLUSH (1ULL << __REQ_PREFLUSH)
-#define REQ_RAHEAD \
- ((1ULL << __REQ_RAHEAD) | (1ULL << __REQ_NOWAIT))
+#define REQ_RAHEAD (1ULL << __REQ_RAHEAD)
#define REQ_BACKGROUND (1ULL << __REQ_BACKGROUND)
#define REQ_NOWAIT (1ULL << __REQ_NOWAIT)
#define REQ_CGROUP_PUNT (1ULL << __REQ_CGROUP_PUNT)