Merge branch 'imx/devel' into next/devel

This commit is contained in:
Arnd Bergmann
2011-10-20 15:30:55 +02:00
444 changed files with 4404 additions and 3016 deletions

View File

@@ -926,6 +926,9 @@ static void mmc_blk_rw_rq_prep(struct mmc_queue_req *mqrq,
/*
* Reliable writes are used to implement Forced Unit Access and
* REQ_META accesses, and are supported only on MMCs.
*
* XXX: this really needs a good explanation of why REQ_META
* is treated special.
*/
bool do_rel_wr = ((req->cmd_flags & REQ_FUA) ||
(req->cmd_flags & REQ_META)) &&