diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-11 10:03:04 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-14 11:18:09 -0400 |
commit | c5c5ca777469f0ff854f1da0aff9b3a9051b3ef7 (patch) | |
tree | a364199939820ef1f4ab9d00a860b509bb384cc0 | |
parent | fc95db3edeaf924e9ad16592d9c1b06c730a49c9 (diff) |
block: remove IOPRIO_BITS
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>
-rw-r--r-- | include/linux/ioprio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ioprio.h b/include/linux/ioprio.h index beb9ce1c2c23..8c1239020d79 100644 --- a/include/linux/ioprio.h +++ b/include/linux/ioprio.h | |||
@@ -7,7 +7,6 @@ | |||
7 | /* | 7 | /* |
8 | * Gives us 8 prio classes with 13-bits of data for each class | 8 | * Gives us 8 prio classes with 13-bits of data for each class |
9 | */ | 9 | */ |
10 | #define IOPRIO_BITS (16) | ||
11 | #define IOPRIO_CLASS_SHIFT (13) | 10 | #define IOPRIO_CLASS_SHIFT (13) |
12 | #define IOPRIO_PRIO_MASK ((1UL << IOPRIO_CLASS_SHIFT) - 1) | 11 | #define IOPRIO_PRIO_MASK ((1UL << IOPRIO_CLASS_SHIFT) - 1) |
13 | 12 | ||