]> git.baikalelectronics.ru Git - kernel.git/commit
blkcg: update blkg get functions take blkio_cgroup as parameter
authorTejun Heo <tj@kernel.org>
Mon, 5 Mar 2012 21:15:02 +0000 (13:15 -0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2012 20:27:22 +0000 (21:27 +0100)
commitf9dc6ae857ba83c594a28b65dddb1a528f0b6c34
tree271f62b5f75c239831c7def1c445a6e990366730
parent8459e29247062408a798158566d9537fda00168c
blkcg: update blkg get functions take blkio_cgroup as parameter

In both blkg get functions - throtl_get_tg() and cfq_get_cfqg(),
instead of obtaining blkcg of %current explicitly, let the caller
specify the blkcg to use as parameter and make both functions hold on
to the blkcg.

This is part of block cgroup interface cleanup and will help making
blkcg API more modular.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c
block/cfq-iosched.c