commit | 7dc1cde05bd8c63789edc03fedb71d2d68da1d4f | [log] [tgz] |
---|---|---|
author | MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> | Wed Jun 27 07:26:23 2012 +0900 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jul 09 15:53:02 2012 +0200 |
tree | a7ae827dd91493b4a4f2c18b9a38a86b0477d5a1 | |
parent | c292ee6a67924061345975c02cd25b18f7054c4d [diff] |
sheepdog: traverse pending_list from the first for each time The pending list can be modified in other coroutine context sd_co_rw_vector, so we need to traverse the list from the first again after we send the pending request. Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> Signed-off-by: Kevin Wolf <kwolf@redhat.com>