target: Call core_alua_check_nonop_delay in target_submit_cmd()
authorAndy Grover <agrover@redhat.com>
Tue, 3 Apr 2012 22:51:28 +0000 (15:51 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 15 Apr 2012 00:40:39 +0000 (17:40 -0700)
commit11e319ed95dc0e8f0fa4cad88b33152e9203b262
tree7e239e19ff724d7a8c7db55f404763843eb7e7db
parent4334e49bcae6f4602eb5c52158b8fb89d8941d99
target: Call core_alua_check_nonop_delay in target_submit_cmd()

It appears iscsi is the only one to call this in its cmd submit path, but
it appears to be applicable to all fabrics, and should always be called.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c