diff options
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r-- | block/ll_rw_blk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 6bc41564c70e..e00ab71b5e0c 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -332,6 +332,7 @@ int blk_queue_ordered(request_queue_t *q, unsigned ordered, | |||
332 | return -EINVAL; | 332 | return -EINVAL; |
333 | } | 333 | } |
334 | 334 | ||
335 | q->ordered = ordered; | ||
335 | q->next_ordered = ordered; | 336 | q->next_ordered = ordered; |
336 | q->prepare_flush_fn = prepare_flush_fn; | 337 | q->prepare_flush_fn = prepare_flush_fn; |
337 | 338 | ||