mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
qla2x00t-32gbit, target: Fix code for supporting older kernel versions
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8124 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -481,6 +481,8 @@ static struct qla_tgt_cmd *sqa_qla2xxx_get_cmd(struct fc_port *sess)
|
||||
memset(cmd, 0, sizeof(struct qla_tgt_cmd));
|
||||
#if QLT_USE_PERCPU_IDA || QLT_USE_SBITMAP
|
||||
cmd->se_cmd.map_tag = tag;
|
||||
#else
|
||||
cmd->map_tag = tag;
|
||||
#endif
|
||||
#if QLT_USE_SBITMAP
|
||||
cmd->se_cmd.map_cpu = cpu;
|
||||
|
||||
Reference in New Issue
Block a user