commit | ed97d0cd78a337450e17eb613bdeec15e729af46 | [log] [tgz] |
---|---|---|
author | Andy Grover <agrover@redhat.com> | Thu Sep 03 16:03:44 2015 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Sep 11 00:32:34 2015 -0700 |
tree | 6323aab22019fbd788531d4a04bd0c116fc81027 | |
parent | 06b967e429cfb76494badb9ffdd69e934ba72c77 [diff] |
target/user: Fix UFLAG_UNKNOWN_OP handling Calling transport_generic_request_failure() from here causes list corruption. We should be using target_complete_cmd() instead. Which we do in all other cases, so the UNKNOWN_OP case can become just another member of the big else/if chain in tcmu_handle_completion(). Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>