diff options
| author | James Smart <jsmart2021@gmail.com> | 2018-03-05 23:04:07 +0300 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-03-13 04:55:24 +0300 |
| commit | e29d74f8eb1450b0b6c4736210d76cb56ef40e1d (patch) | |
| tree | f449dc44b6d2df5d62457dbf84ef6e8a03836f53 /tools/perf/scripts/python | |
| parent | a3da825b499f495f959052b848e893550ddaf626 (diff) | |
| download | linux-e29d74f8eb1450b0b6c4736210d76cb56ef40e1d.tar.xz | |
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 <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
