block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
fb8ec18c31
commit
0648e10d71
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ struct request_queue
|
||||||
|
|
||||||
#define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
|
#define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
|
||||||
(1 << QUEUE_FLAG_CLUSTER) | \
|
(1 << QUEUE_FLAG_CLUSTER) | \
|
||||||
1 << QUEUE_FLAG_STACKABLE)
|
(1 << QUEUE_FLAG_STACKABLE))
|
||||||
|
|
||||||
static inline int queue_is_locked(struct request_queue *q)
|
static inline int queue_is_locked(struct request_queue *q)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue