Loading drivers/mtd/mtd_blkdevs.c +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new) goto error3; if (tr->flush) blk_queue_flush(new->rq, REQ_FLUSH); blk_queue_write_cache(new->rq, true, false); new->rq->queuedata = new; blk_queue_logical_block_size(new->rq, tr->blksize); Loading Loading
drivers/mtd/mtd_blkdevs.c +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new) goto error3; if (tr->flush) blk_queue_flush(new->rq, REQ_FLUSH); blk_queue_write_cache(new->rq, true, false); new->rq->queuedata = new; blk_queue_logical_block_size(new->rq, tr->blksize); Loading