diff options
| author | James Smart <[email protected]> | 2018-03-05 12:04:07 -0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2018-03-12 21:55:24 -0400 |
| commit | e29d74f8eb1450b0b6c4736210d76cb56ef40e1d (patch) | |
| tree | f449dc44b6d2df5d62457dbf84ef6e8a03836f53 /tools/perf/scripts/python | |
| parent | a3da825b499f495f959052b848e893550ddaf626 (diff) | |
scsi: lpfc: Fix mailbox wait for POST_SGL mbox command
POST_SGL_PAGES mailbox command failed with status (timeout).
wait_event_interruptible_timeout when called from mailbox wait interface,
gets interrupted, and will randomly fail. Behavior seems very specific to 1
particular server type.
Fix by changing from wait_event_interruptible_timeout to
wait_for_completion_timeout.
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions