]> git.openfabrics.org - ~emulex/infiniband.git/commit
blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters
authorTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:42 +0000 (14:38 -0700)
committerTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:42 +0000 (14:38 -0700)
commit2aa4a1523b40a065bc3a31e20097ea7a618ec3de
treeb4fb9e7e593d539f70c61c2d7b39b0028edf08eb
parentaaec55a002a29bf940588dc03253099a4cd543bf
blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters

BLKIO_STAT_CPU_SECTORS doesn't need read/write/sync/async subcounters
and is counted by blkio_group_stats_cpu->sectors; however, it still
holds a member in blkio_group_stats_cpu->stat_arr_cpu.

Rearrange stat_type_cpu and define BLKIO_STAT_CPU_ARR_NR and use it
for stat_arr_cpu[] size so that only SERVICE_BYTES and SERVICED have
subcounters.

Signed-off-by: Tejun Heo <tj@kernel.org>
block/blk-cgroup.h