mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
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:
+3
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user