diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-11 16:03:04 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-14 09:18:09 -0600 |
commit | c5c5ca777469f0ff854f1da0aff9b3a9051b3ef7 (patch) | |
tree | a364199939820ef1f4ab9d00a860b509bb384cc0 | |
parent | fc95db3edeaf924e9ad16592d9c1b06c730a49c9 (diff) | |
download | linux-stable-c5c5ca777469f0ff854f1da0aff9b3a9051b3ef7.tar.gz linux-stable-c5c5ca777469f0ff854f1da0aff9b3a9051b3ef7.tar.bz2 linux-stable-c5c5ca777469f0ff854f1da0aff9b3a9051b3ef7.zip |
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 @@ /* * 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) |