commit | 3df8d40ba3fea72c35ab092c091b19a599df1e81 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Oct 17 13:56:43 2011 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Oct 24 03:21:36 2011 +0000 |
tree | 910896f429892ff39f1caa72473582d84a40487a | |
parent | f7a5cc0b310af887f5391ba886d3d9254ac8920a [diff] |
target: do not pass the queue object to transport_remove_cmd_from_queue We always operated on the same queue, so move finding it into the function, just like we do for all other helpers operating on it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>