commit | 6d18b008daf46bcd82b8ae250aae0785f9714096 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Apr 13 13:11:35 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 20 10:06:06 2012 +0200 |
tree | e70e66ce74220d5a0c7382acd20efbd4835c8f77 | |
parent | 3c96cb32d318f323c1bf972a4c66821f8499e34d [diff] |
blkcg: shoot down blkgs if all policies are deactivated There's no reason to keep blkgs around if no policy is activated for the queue. This patch moves queue locking out of blkg_destroy_all() and call it from blkg_deactivate_policy() on deactivation of the last policy on the queue. This change was suggested by Vivek. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>