]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcmu: Allow cmd_time_out to be set to zero (disabled)
authorNicholas Bellinger <nab@linux-iscsi.org>
Tue, 21 Mar 2017 04:04:05 +0000 (21:04 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 30 Mar 2017 08:36:44 +0000 (01:36 -0700)
commit740372b76e7966604e0f4dd0de13135513024f0d
tree3db119e10cffc7b8430799cddec8398170211006
parent6c611d18f386d37cce3afbd921568e2a895bd86e
tcmu: Allow cmd_time_out to be set to zero (disabled)

The new cmd_time_out configfs attribute for TCMU is allowed to
be disabled, so go ahead and drop the tcmu_cmd_time_out_store()
check.

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