mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
Fix for forgotten devt initialization in preparing internal commands
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3818 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3749,6 +3749,7 @@ static struct scst_cmd *scst_create_prepare_internal_cmd(
|
||||
res->tgtt = orig_cmd->tgtt;
|
||||
res->tgt = orig_cmd->tgt;
|
||||
res->dev = orig_cmd->dev;
|
||||
res->devt = orig_cmd->devt;
|
||||
res->tgt_dev = orig_cmd->tgt_dev;
|
||||
res->lun = orig_cmd->lun;
|
||||
res->queue_type = SCST_CMD_QUEUE_HEAD_OF_QUEUE;
|
||||
|
||||
Reference in New Issue
Block a user