Support for variable lenght CDB added

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@702 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-03-18 19:36:01 +00:00
parent 3fe295f5c1
commit 341f592a4a
8 changed files with 210 additions and 42 deletions
+3 -2
View File
@@ -555,8 +555,9 @@ static int do_alloc_mem(struct vdisk_cmd *vcmd)
TRACE_ENTRY();
TRACE_MEM("Alloc mem (cmd %d, sess_h %"PRIx64", cdb_len %d, "
"alloc_len %d, queue_type %d, data_direction %d)", cmd->cmd_h,
cmd->alloc_cmd.sess_h, cmd->alloc_cmd.cdb_len,
"ext_cdb_len %d, alloc_len %d, queue_type %d, data_direction "
"%d)", cmd->cmd_h, cmd->alloc_cmd.sess_h,
cmd->alloc_cmd.cdb_len, cmd->alloc_cmd.ext_cdb_len,
cmd->alloc_cmd.alloc_len, cmd->alloc_cmd.queue_type,
cmd->alloc_cmd.data_direction);