cfq: change the meaning of the cfqq_coop flag
authorJeff Moyer <jmoyer@redhat.com>
Fri, 23 Oct 2009 21:14:51 +0000 (17:14 -0400)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 26 Oct 2009 13:34:47 +0000 (14:34 +0100)
commitb3b6d0408c953524f979468562e7e210d8634150
tree1556cb393f2edc09e64c8961f6792cbb79b4e288
parentdf5fe3e8e13883f58dc97489076bbcc150789a21
cfq: change the meaning of the cfqq_coop flag

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>
block/cfq-iosched.c