commit | 816e85edff0f31bc8e4614eaaf9a0364406d7a8f | [log] [tgz] |
---|---|---|
author | Byungchul Park <byungchul.park@lge.com> | Thu Nov 09 09:00:21 2017 +0900 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Nov 14 23:57:39 2017 +0200 |
tree | 0c1a9e05cb2ff75337ba0d1bd9254487fa257fbf | |
parent | c7cdff0e864713a089d7cb3a2b1136ba9a54881a [diff] |
vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() The following patch changed the behavior which originally did safe iteration. Make it safe as it was. 12bdcbd539c6327c09da0503c674733cb2d82cb5 vhost/scsi: Don't reinvent the wheel but use existing llist API Signed-off-by: Byungchul Park <byungchul.park@lge.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>