diff options
author | Tejun Heo <tj@kernel.org> | 2019-11-07 22:18:02 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-11-07 22:28:13 +0300 |
commit | 8a80d5d6638b7d58480a83aef49d587de63d4cbb (patch) | |
tree | 8be22d841ac4f096f444545e74a093a8bf0a33c6 /include/linux/blk-cgroup.h | |
parent | 7ca464383aecef5c2e32b987030187ee1e4848fb (diff) | |
download | linux-8a80d5d6638b7d58480a83aef49d587de63d4cbb.tar.xz |
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.h | 5 |
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); |