mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
srpt_handle_cmd() maps the initiator-supplied srp_cmd->task_attr into
cmd->sam_task_attr, but then hands a hardcoded TCM_SIMPLE_TAG to
target_init_cmd().
Pass the already mapped cmd->sam_task_attr instead, so target core sees the
attribute the initiator requested.
Fixes:
|
||
|---|---|---|
| .. | ||
| ib_dm_mad.h | ||
| ib_srpt.c | ||
| ib_srpt.h | ||
| Kconfig | ||
| Makefile | ||