]> git.baikalelectronics.ru Git - kernel.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)
commit8c6730d29efc78bfde1e437a67c661e84b4a5b38
tree3db119e10cffc7b8430799cddec8398170211006
parent0003f947bb2a1a0c25f0eab4dfc5daad9154a6e8
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