From: Vivek Goyal Date: Thu, 3 Dec 2009 17:59:40 +0000 (-0500) Subject: blkio: Keep queue on service tree until we expire it X-Git-Tag: v2.6.33-rc1~379^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04a64246344ad50e4b4b4186174a0912d07f30b;p=pandora-kernel.git blkio: Keep queue on service tree until we expire it o Currently cfqq deletes a queue from service tree if it is empty (even if we might idle on the queue). This patch keeps the queue on service tree hence associated group remains on the service tree until we decide that we are not going to idle on the queue and expire it. o This just helps in time accounting for queue/group and in implementation of rest of the patches. Signed-off-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed