projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc95db3
)
block: remove IOPRIO_BITS
author
Christoph Hellwig
<hch@lst.de>
Sun, 11 Sep 2016 14:03:04 +0000
(16:03 +0200)
committer
Jens Axboe
<axboe@fb.com>
Wed, 14 Sep 2016 15:18:09 +0000
(09:18 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/ioprio.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ioprio.h
b/include/linux/ioprio.h
index beb9ce1c2c233595e47602d264782e56fdfc4682..8c1239020d79d36a8c2593cbf56ad8fa134c618a 100644
(file)
--- a/
include/linux/ioprio.h
+++ b/
include/linux/ioprio.h
@@
-7,7
+7,6
@@
/*
* Gives us 8 prio classes with 13-bits of data for each class
*/
-#define IOPRIO_BITS (16)
#define IOPRIO_CLASS_SHIFT (13)
#define IOPRIO_PRIO_MASK ((1UL << IOPRIO_CLASS_SHIFT) - 1)