commit | 24610333d578478d354144ab4709a203684afc5f | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Thu Dec 03 12:59:51 2009 -0500 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Dec 03 19:28:52 2009 +0100 |
tree | d258c695cfa320845212f71e8900af4d90538d6b | |
parent | 8682e1f15f26dae9a9e8af794d179055fbd81166 [diff] |
blkio: Drop the reference to queue once the task changes cgroup o If a task changes cgroup, drop reference to the cfqq associated with io context and set cfqq pointer stored in ioc to NULL so that upon next request arrival we will allocate a new queue in new group. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>