tcmu: drop configured check in destroy
authorMike Christie <mchristi@redhat.com>
Fri, 23 Jun 2017 06:18:19 +0000 (01:18 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 7 Jul 2017 06:11:41 +0000 (23:11 -0700)
commit531283ff7593f7059ced43c725d90cec3e5af549
treec25c7d9f9ed9ca3ce4efb57efc4d06a8b45f5c3b
parentbe50f538e9a5081c61a78faf58c5591c94064633
tcmu: drop configured check in destroy

destroy_device is only called if we have successfully run
configure_device, so drop the duplicate tcmu_dev_configured check.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c