Skip to content

Commit

Permalink
Merge tag 'upstream-4.1-rc4' of git://git.infradead.org/linux-ubifs
Browse files Browse the repository at this point in the history
Pull UBI bufix from Richard Weinberger:
 "This contains a single bug fix for the UBI block driver"

* tag 'upstream-4.1-rc4' of git://git.infradead.org/linux-ubifs:
  UBI: block: Add missing cache flushes
  • Loading branch information
Linus Torvalds committed May 16, 2015
2 parents 6a8098a + 98fb1ff commit 1630ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mtd/ubi/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ static void ubiblock_do_work(struct work_struct *work)
blk_rq_map_sg(req->q, req, pdu->usgl.sg);

ret = ubiblock_read(pdu);
rq_flush_dcache_pages(req);

blk_mq_end_request(req, ret);
}

Expand Down

0 comments on commit 1630ee5

Please sign in to comment.