Re: [v5 2/5] MMC: Use CMD23 for multiblock transfers when we can.

2011-05-20 Thread Jaehoon Chung
Hi Andrei. I have some question.. In mmc_blk_issue_rw_rq() of block.c, there is the below code. static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *req) { struct mmc_blk_data *md = mq-data; struct mmc_card *card = md-queue.card; struct mmc_blk_request

Re: [v5 2/5] MMC: Use CMD23 for multiblock transfers when we can.

2011-05-20 Thread Andrei Warkentin
On Fri, May 20, 2011 at 5:29 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Andrei. I have some question.. In mmc_blk_issue_rw_rq() of block.c, there is the below code. static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *req) {        struct mmc_blk_data *md = mq-data;