From ddcf146950dfff8bf39b3b269774d01906e579a1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 3 Sep 2009 20:06:47 +0200 Subject: [PATCH] --- yaml --- r: 161219 b: refs/heads/master c: 01e97f6b897bf06ec83375d691f2f4d57f5b3a09 h: refs/heads/master i: 161217: 889bb333a5451d772247e6def8d2e0d6de61a304 161215: 92ca0bd50b7f151301eb308c1c61beb0f88ce01f v: v3 --- [refs] | 2 +- trunk/include/linux/blkdev.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3fa9a1819ae5..02a3bafa9f3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b217a903ab6581cba04f88c44284dcdd2a752561 +refs/heads/master: 01e97f6b897bf06ec83375d691f2f4d57f5b3a09 diff --git a/trunk/include/linux/blkdev.h b/trunk/include/linux/blkdev.h index 98b45633a27e..8bf1a10e4d88 100644 --- a/trunk/include/linux/blkdev.h +++ b/trunk/include/linux/blkdev.h @@ -463,7 +463,8 @@ struct request_queue #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ (1 << QUEUE_FLAG_CLUSTER) | \ - (1 << QUEUE_FLAG_STACKABLE)) + (1 << QUEUE_FLAG_STACKABLE) | \ + (1 << QUEUE_FLAG_SAME_COMP)) static inline int queue_is_locked(struct request_queue *q) {