target: do not pass the queue object to transport_remove_cmd_from_queue
authorChristoph Hellwig <hch@infradead.org>
Mon, 17 Oct 2011 17:56:43 +0000 (13:56 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 24 Oct 2011 03:21:36 +0000 (03:21 +0000)
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>

No differences found