commit | b706f64281b24d8b1fdc8ae883700131d365c412 | [log] [tgz] |
---|---|---|
author | Shan Wei <shanwei@cn.fujitsu.com> | Wed Jul 01 12:41:14 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Jul 01 12:41:14 2009 +0200 |
tree | 3eed31b51cdcb2787ff2d90eaf39b19fba242a9f | |
parent | db64f680ba4b5c56c4be59f0698000df89ff0281 [diff] |
cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request() With the changes for falling back to an oom_cfqq, we never fail to find/allocate a queue in cfq_get_queue(). So remove the check. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>