From: Corrado Zoccolo Date: Mon, 26 Oct 2009 21:44:33 +0000 (+0100) Subject: cfq-iosched: preparation to handle multiple service trees X-Git-Tag: v2.6.33-rc1~379^2~76^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6f6a3de18131348f70951efb2c56d806033e09;p=pandora-kernel.git cfq-iosched: preparation to handle multiple service trees We embed a pointer to the service tree in each queue, to handle multiple service trees easily. Service trees are enriched with a counter. cfq_add_rq_rb is invoked after putting the rq in the fifo, to ensure that all fields in rq are properly initialized. Signed-off-by: Corrado Zoccolo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed