aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'block/blk-cgroup.h')
-rw-r--r--block/blk-cgroup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h
index be80d6eb6531..df1c7b290c22 100644
--- a/block/blk-cgroup.h
+++ b/block/blk-cgroup.h
@@ -128,7 +128,8 @@ struct blkg_conf_ctx {
128 u64 v; 128 u64 v;
129}; 129};
130 130
131int blkg_conf_prep(struct blkio_cgroup *blkcg, const char *input, 131int blkg_conf_prep(struct blkio_cgroup *blkcg,
132 const struct blkio_policy_type *pol, const char *input,
132 struct blkg_conf_ctx *ctx); 133 struct blkg_conf_ctx *ctx);
133void blkg_conf_finish(struct blkg_conf_ctx *ctx); 134void blkg_conf_finish(struct blkg_conf_ctx *ctx);
134 135