Files
linux/include/linux
Shaohua Li b2387ddcce blk-mq: fix FUA request hang
When a FUA request enters its DATA stage of flush pipeline, the
request is added to mq requeue list, the request will then be added to
ctx->rq_list. blk_mq_attempt_merge() might merge the request with a bio.
Later when the request is finished the flush pipeline, the
request->__data_len is 0. Then I only saw the bio gets endio called, the
original request never finish.

Adding REQ_FLUSH_SEQ into REQ_NOMERGE_FLAGS looks an easy fix.

stable: 3.15+

Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-05-04 13:09:55 -06:00
..
2015-03-29 16:17:10 +01:00
2015-04-02 16:25:04 -04:00
2015-04-07 11:17:34 +02:00
2015-03-25 20:28:11 -04:00
2015-04-17 09:03:53 -04:00
2015-05-04 13:09:55 -06:00
2015-04-17 08:31:12 -06:00
2015-03-11 15:56:59 -07:00
2015-03-02 16:43:41 -05:00
2015-04-17 09:04:38 -04:00
2015-03-16 21:45:54 +11:00
2015-04-14 16:49:05 -07:00
2015-04-17 09:04:07 -04:00
2015-03-11 17:56:28 -04:00
2015-04-12 21:03:31 +02:00
2015-03-11 21:55:28 -04:00
2015-04-11 15:53:35 -04:00
2015-03-25 13:28:58 +01:00
2015-04-11 22:29:44 -04:00
2015-04-15 16:35:20 -07:00