blk-mq: fix iteration of busy bitmap
[linux-2.6-block.git] / include / linux / blk-mq.h
index 8210e8797c123043474b39b1efc1a33c3d0a6201..2056a99b92f8c905d2cbc53ee7a2f022893da27e 100644 (file)
@@ -13,7 +13,7 @@ struct blk_mq_cpu_notifier {
 };
 
 struct blk_mq_ctxmap {
-       unsigned int map_size;
+       unsigned int size;
        unsigned int bits_per_word;
        struct blk_align_bitmap *map;
 };