block: remove IOPRIO_BITS
authorChristoph Hellwig <hch@lst.de>
Sun, 11 Sep 2016 14:03:04 +0000 (16:03 +0200)
committerJens 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

index beb9ce1c2c233595e47602d264782e56fdfc4682..8c1239020d79d36a8c2593cbf56ad8fa134c618a 100644 (file)
@@ -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)