Commit 0648e10d authored by Jens Axboe's avatar Jens Axboe

block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent fb8ec18c
......@@ -455,7 +455,7 @@ struct request_queue
#define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
(1 << QUEUE_FLAG_CLUSTER) | \
1 << QUEUE_FLAG_STACKABLE)
(1 << QUEUE_FLAG_STACKABLE))
static inline int queue_is_locked(struct request_queue *q)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment