aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--block/blk-cgroup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 4d625d28e070..3aec4cdc8968 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -552,6 +552,7 @@ u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,
552 seq_printf(sf, "%s Total %llu\n", dname, (unsigned long long)v); 552 seq_printf(sf, "%s Total %llu\n", dname, (unsigned long long)v);
553 return v; 553 return v;
554} 554}
555EXPORT_SYMBOL_GPL(__blkg_prfill_rwstat);
555 556
556/** 557/**
557 * blkg_prfill_stat - prfill callback for blkg_stat 558 * blkg_prfill_stat - prfill callback for blkg_stat