提交 0648e10d 编写于 作者: J Jens Axboe

block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT

Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册