projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8ec18
)
block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT
author
Jens Axboe
<jens.axboe@oracle.com>
Mon, 2 Feb 2009 07:43:48 +0000
(08:43 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 2 Feb 2009 07:43:48 +0000
(08:43 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/blkdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index d08c4b8219a6c7ec9c271a5d8fb784dba9be47cc..dcaa0fd84b02c36453f8d7cc211c5eaf3d12aa7b 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-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)
{