]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cfq: change the meaning of the cfqq_coop flag
authorJeff Moyer <jmoyer@redhat.com>
Thu, 29 Sep 2011 09:57:37 +0000 (15:27 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:32:39 +0000 (12:32 -0800)
commit6bfa77d42c6f0772bf46389e749bb0ff69e00448
tree18810ca7244273f5b545b141aee37d6ed6ea5523
parentd34507d090ff70f0663659e70b5980248a5d6774
cfq: change the meaning of the cfqq_coop flag

commit b3b6d0408c953524f979468562e7e210d8634150 upstream

The flag used to indicate that a cfqq was allowed to jump ahead in the
scheduling order due to submitting a request close to the queue that
just executed.  Since closely cooperating queues are now merged, the flag
holds little meaning.  Change it to indicate that multiple queues were
merged.  This will later be used to allow the breaking up of merged queues
when they are no longer cooperating.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
block/cfq-iosched.c