]> 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)
commit3e65232635ef9d0a8773abd506b1b5ef18745882
tree3db119e10cffc7b8430799cddec8398170211006
parent60402184a8d6f6a6b27737775cd42a3f788621e9
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