diff options
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r-- | block/ll_rw_blk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index e25b4cd2dcd1..508548b834f1 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -3654,7 +3654,7 @@ struct io_context *current_io_context(gfp_t gfp_flags) | |||
3654 | if (ret) { | 3654 | if (ret) { |
3655 | atomic_set(&ret->refcount, 1); | 3655 | atomic_set(&ret->refcount, 1); |
3656 | ret->task = current; | 3656 | ret->task = current; |
3657 | ret->set_ioprio = NULL; | 3657 | ret->ioprio_changed = 0; |
3658 | ret->last_waited = jiffies; /* doesn't matter... */ | 3658 | ret->last_waited = jiffies; /* doesn't matter... */ |
3659 | ret->nr_batch_requests = 0; /* because this is 0 */ | 3659 | ret->nr_batch_requests = 0; /* because this is 0 */ |
3660 | ret->aic = NULL; | 3660 | ret->aic = NULL; |