X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=block%2Fll_rw_blk.c;h=123003a9047765e09abde8c223b89e9d9f0bd8d9;hb=4e521c27eee33cebd618c26649e2c93803004647;hp=3de06953ac33d24ce669c35f0e8ffdbb4bcb9661;hpb=91fac317a34859986a2359a5a5c0e37dc17a9c3d;p=powerpc.git diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 3de06953ac..123003a904 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c @@ -3741,6 +3741,7 @@ static struct io_context *current_io_context(gfp_t gfp_flags, int node) ret->nr_batch_requests = 0; /* because this is 0 */ ret->aic = NULL; ret->cic_root.rb_node = NULL; + ret->ioc_data = NULL; /* make sure set_task_ioprio() sees the settings above */ smp_wmb(); tsk->io_context = ret;