Commit 90c3006
committed
options: add supoprt negative errno to
Some of ioengines (e.g., io_uring_cmd) returns negative errno to
represent system error as negative errno instead of positive values for
NVMe-specific error status. To masking expected situations with
--ignore_error= option, added support for negative value of errno
syntax.
Signed-off-by: Minwoo Im <[email protected]>--ignore_error
1 parent aedfb32 commit 90c3006
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
595 | 597 | | |
596 | 598 | | |
597 | 599 | | |
| |||
0 commit comments