diff options
Diffstat (limited to 'block/blk-barrier.c')
-rw-r--r-- | block/blk-barrier.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/blk-barrier.c b/block/blk-barrier.c index 1d7adc72c95d..43d479a1e664 100644 --- a/block/blk-barrier.c +++ b/block/blk-barrier.c | |||
@@ -216,8 +216,8 @@ int blk_do_ordered(struct request_queue *q, struct request **rqp) | |||
216 | return 1; | 216 | return 1; |
217 | } else { | 217 | } else { |
218 | /* | 218 | /* |
219 | * This can happen when the queue switches to | 219 | * Queue ordering not supported. Terminate |
220 | * ORDERED_NONE while this request is on it. | 220 | * with prejudice. |
221 | */ | 221 | */ |
222 | elv_dequeue_request(q, rq); | 222 | elv_dequeue_request(q, rq); |
223 | if (__blk_end_request(rq, -EOPNOTSUPP, | 223 | if (__blk_end_request(rq, -EOPNOTSUPP, |