aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/blk-cgroup.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2019-11-07 11:18:02 -0800
committerJens Axboe <axboe@kernel.dk>2019-11-07 12:28:13 -0700
commit8a80d5d6638b7d58480a83aef49d587de63d4cbb (patch)
tree8be22d841ac4f096f444545e74a093a8bf0a33c6 /include/linux/blk-cgroup.h
parentblk-throtl: stop using blkg->stat_bytes and ->stat_ios (diff)
downloadwireguard-linux-8a80d5d6638b7d58480a83aef49d587de63d4cbb.tar.xz
wireguard-linux-8a80d5d6638b7d58480a83aef49d587de63d4cbb.zip
blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
These don't have users anymore. Remove them. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blk-cgroup.h')
-rw-r--r--include/linux/blk-cgroup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index bed9e43f9426..914ce55fa8c2 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -220,11 +220,6 @@ u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,
const struct blkg_rwstat_sample *rwstat);
u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,
int off);
-int blkg_print_stat_bytes(struct seq_file *sf, void *v);
-int blkg_print_stat_ios(struct seq_file *sf, void *v);
-int blkg_print_stat_bytes_recursive(struct seq_file *sf, void *v);
-int blkg_print_stat_ios_recursive(struct seq_file *sf, void *v);
-
void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
int off, struct blkg_rwstat_sample *sum);