cfq-iosched: kill two unused cfqq flags
authorJens Axboe <jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:56:14 +0000 (08:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 7 Apr 2009 06:56:14 +0000 (08:56 +0200)
commit75e50984f062de2abc4bd84c642923e2c48ce2ae
tree57da8b176f77f0823f4a7b42cbf4e25f76bd98a6
parent2f5cb7381b737e24c8046fd4aeab571fb71315f5
cfq-iosched: kill two unused cfqq flags

We only manipulate the must_dispatch and queue_new flags, they are not
tested anymore. So get rid of them.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c