Custom commands parsing cleanups

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1455 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-01-12 19:05:27 +00:00
parent e5a195516c
commit 89345ab95c
8 changed files with 237 additions and 174 deletions
+2
View File
@@ -191,6 +191,8 @@ static int do_parse(struct vdisk_cmd *vcmd)
reply->data_direction = cmd->expected_data_direction;
reply->data_len = cmd->expected_transfer_len;
reply->bufflen = cmd->expected_transfer_len;
reply->cdb_len = cmd->cdb_len;
reply->op_flags = reply->op_flags;
out:
TRACE_EXIT_RES(res);