Commit f02e49f
prov/lnx: FI_CLAIM and FI_DISCARD fixes
When discarding or claiming a message, the entry should get removed
from the unexpected queue so it can't be matched in the future.
LNX has two paths for discarding - one with FI_PEEK and one with
FI_CLAIM. The message needs to be discarded with the peer provider in
both of these cases but discard_tag() was only getting called in one
path. This adds the call to discard in the missing path
Signed-off-by: Alexia Ingerson <alexia.ingerson@intel.com>1 parent 81e66c8 commit f02e49f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 | | |
319 | 323 | | |
320 | 324 | | |
321 | 325 | | |
322 | | - | |
| 326 | + | |
| 327 | + | |
323 | 328 | | |
| 329 | + | |
324 | 330 | | |
325 | 331 | | |
326 | 332 | | |
| |||
0 commit comments