commit | 46481d3921b86ef5ded7be7b5ce8194608f30e6b | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Feb 01 22:15:47 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Feb 14 12:39:44 2011 -0200 |
tree | ff9342abfc7b5a0ccaf65edc7681de8c519806cb | |
parent | 8e1b90ecc59573c4c5e9fc4934b4e30476b43e2f [diff] |
Flatten the main loop First of all, vm_can_run is a misnomer, it actually means "no request pending". Moreover, there is no need to check all pending requests twice, the first time via the inner loop check and then again when actually processing the requests. We can simply remove the inner loop and do the checks directly. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>