commit | 7ae0b1038f9f7d4c91e9afd4dbbc98210bf1a241 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Nov 27 22:25:14 2011 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Dec 06 06:00:54 2011 +0000 |
tree | f022457108c11b5a90d10634f2abbbf1147b2271 | |
parent | 7e46cf02687e40197ae07c623e660be2a2720064 [diff] |
iscsi-target: Add missing F_BIT for iscsi_tm_rsp This patch sets the missing ISCSI_FLAG_CMD_FINAL bit in iscsit_send_task_mgt_rsp() for a struct iscsi_tm_rsp PDU. This usage is hardcoded for all TM response PDUs in RFC-3720 section 10.6. Reported-by: whucecil <whucecil1999@gmail.com> Cc: stable@kernel.org Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>