mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
Applied a temporary fix for data corruption that could occur when multiple initiators were accessing data on a multicore target system.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1806 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1399,6 +1399,7 @@ static int srpt_handle_cmd(struct srpt_rdma_ch *ch, struct srpt_ioctx *ioctx,
|
||||
scst_cmd_set_tag(scmnd, srp_cmd->tag);
|
||||
scst_cmd_set_tgt_priv(scmnd, ioctx);
|
||||
scst_cmd_set_expected(scmnd, dir, data_len);
|
||||
scst_cmd_set_no_sgv(scmnd);
|
||||
scst_cmd_init_done(scmnd, context);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user