From: Jeff Moyer Date: Fri, 23 Oct 2009 21:14:49 +0000 (-0400) Subject: cfq: calculate the seek_mean per cfq_queue not per cfq_io_context X-Git-Tag: v2.6.33-rc1~379^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c18e1e08a5a9663094d57bb4be2f02226ee61c;p=pandora-kernel.git cfq: calculate the seek_mean per cfq_queue not per cfq_io_context async cfq_queue's are already shared between processes within the same priority, and forthcoming patches will change the mapping of cic to sync cfq_queue from 1:1 to 1:N. So, calculate the seekiness of a process based on the cfq_queue instead of the cfq_io_context. Signed-off-by: Jeff Moyer Signed-off-by: Jens Axboe --- Reading git-diff-tree failed