commit | 8dddfe192632361b62eee9c8320bc9feff57898b | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Tue Oct 14 20:04:46 2008 +0200 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue Oct 14 20:04:46 2008 +0200 |
tree | f38fc6097facf5771594abd6305a9915b95a9f8e | |
parent | 7591103c08abade60aeddb432ed0686ddd0de1c6 [diff] [blame] |
mmc_block: tell block layer there is no seek penalty Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
diff --git a/drivers/mmc/card/queue.c b/drivers/mmc/card/queue.c index 406989e..7a72e75 100644 --- a/drivers/mmc/card/queue.c +++ b/drivers/mmc/card/queue.c
@@ -132,6 +132,7 @@ blk_queue_prep_rq(mq->queue, mmc_prep_request); blk_queue_ordered(mq->queue, QUEUE_ORDERED_DRAIN, NULL); + queue_flag_set_unlocked(QUEUE_FLAG_NONROT, mq->queue); #ifdef CONFIG_MMC_BLOCK_BOUNCE if (host->max_hw_segs == 1) {