commit | 4e521c27eee33cebd618c26649e2c93803004647 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 24 21:17:33 2007 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Mon Apr 30 09:01:23 2007 +0200 |
tree | 0ad4b1e5df66da0848074cda47a79f7d7dae75f5 | |
parent | 91fac317a34859986a2359a5a5c0e37dc17a9c3d [diff] [blame] |
ll_rw_blk: add io_context private pointer To be used by as/cfq as they see fit. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index 3de0695..123003a 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c
@@ -3741,6 +3741,7 @@ 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;