summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blk-cgroup.h')
-rw-r--r--include/linux/blk-cgroup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index 34aec30e06c7..1615cdd4c797 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -89,7 +89,6 @@ struct blkg_policy_data {
89 /* the blkg and policy id this per-policy data belongs to */ 89 /* the blkg and policy id this per-policy data belongs to */
90 struct blkcg_gq *blkg; 90 struct blkcg_gq *blkg;
91 int plid; 91 int plid;
92 bool offline;
93}; 92};
94 93
95/* 94/*