diff options
Diffstat (limited to 'block/blk-cgroup.h')
-rw-r--r-- | block/blk-cgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h index ba5703f69b42..cd50a2f8733e 100644 --- a/block/blk-cgroup.h +++ b/block/blk-cgroup.h | |||
@@ -26,6 +26,7 @@ struct blkio_group { | |||
26 | /* An rcu protected unique identifier for the group */ | 26 | /* An rcu protected unique identifier for the group */ |
27 | void *key; | 27 | void *key; |
28 | struct hlist_node blkcg_node; | 28 | struct hlist_node blkcg_node; |
29 | unsigned short blkcg_id; | ||
29 | }; | 30 | }; |
30 | 31 | ||
31 | #define BLKIO_WEIGHT_MIN 100 | 32 | #define BLKIO_WEIGHT_MIN 100 |