Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc_block: tell block layer there is no seek penalty

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

+1
+1
drivers/mmc/card/queue.c
··· 132 132 133 133 blk_queue_prep_rq(mq->queue, mmc_prep_request); 134 134 blk_queue_ordered(mq->queue, QUEUE_ORDERED_DRAIN, NULL); 135 + queue_flag_set_unlocked(QUEUE_FLAG_NONROT, mq->queue); 135 136 136 137 #ifdef CONFIG_MMC_BLOCK_BOUNCE 137 138 if (host->max_hw_segs == 1) {