Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT

parent fb8ec18c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{