ll_rw_blk: add io_context private pointer
[powerpc.git] / include / linux / blkdev.h
index 83dcd8c..a686eab 100644 (file)
@@ -116,6 +116,7 @@ struct io_context {
 
        struct as_io_context *aic;
        struct rb_root cic_root;
+       void *ioc_data;
 };
 
 void put_io_context(struct io_context *ioc);