]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
scsi: target: Simplify transport_generic_free_cmd() (2/2)
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 22 Jun 2018 21:52:58 +0000 (14:52 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 2 Jul 2018 20:44:31 +0000 (16:44 -0400)
commitedf46eee59c5acd829c3b6a564c26b5386362ea3
tree890c3b07271518cb35e79977e6f28d917f6fc29b
parenta8864d861d62feadc5f37c6651a7d7a2fc2477a8
scsi: target: Simplify transport_generic_free_cmd() (2/2)

Since target_wait_free_cmd() skips TMFs with no associated LUN, it is safe
to call that function for such commands. Use this to simplify
transport_generic_free_cmd(). The only functional change in this patch is
that CMD_T_FABRIC_STOP gets set for TMFs with no associated LUN by
transport_generic_free_cmd().

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_transport.c