Skip to content

Commit

Permalink
blkcg: export __blkg_prfill_rwstat()
Browse files Browse the repository at this point in the history
Hierarchical stats for cfq-iosched will need __blkg_prfill_rwstat().
Export it.

Signed-off-by: Tejun Heo <[email protected]>
Reported-by: Fengguang Wu <[email protected]>
  • Loading branch information
htejun committed Jan 9, 2013
1 parent 4d5e80a commit b50da39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/blk-cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,
seq_printf(sf, "%s Total %llu\n", dname, (unsigned long long)v);
return v;
}
EXPORT_SYMBOL_GPL(__blkg_prfill_rwstat);

/**
* blkg_prfill_stat - prfill callback for blkg_stat
Expand Down

0 comments on commit b50da39

Please sign in to comment.