blkio: Remove per-cfqq nr_sectors as we'll be passing
authorDivyesh Shah <dpshah@google.com>
Thu, 1 Apr 2010 22:01:04 +0000 (15:01 -0700)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 2 Apr 2010 06:44:36 +0000 (08:44 +0200)
commit9a0785b0da561e1e9c6617df85e93ae107a42f18
tree56cb6b65f175a13c85976192216a6b8101b0d0f3
parented6b6dc7c142bfb5840d201a9b4a465c9e56ce33
blkio: Remove per-cfqq nr_sectors as we'll be passing

that info at request dispatch with other stats now. This patch removes the
existing support for accounting sectors for a blkio_group. This will be added
back differently in the next two patches.

Signed-off-by: Divyesh Shah<dpshah@google.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-cgroup.c
block/blk-cgroup.h
block/cfq-iosched.c