How does error code 131 map to ENOLCK? #650
-
In the markdown below states " How does |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are right--that is incorrect. It should either be 37 (0x25) or ENOTRECOVERABLE (invalid request code) as per https://github.com/torvalds/linux/blob/5be63fc19fcaa4c236b307420483578a56986a37/include/uapi/asm-generic/errno.h#L117 Feel free to send PR to fix the example. |
Beta Was this translation helpful? Give feedback.
You are right--that is incorrect. It should either be 37 (0x25)
https://github.com/torvalds/linux/blob/5be63fc19fcaa4c236b307420483578a56986a37/include/uapi/asm-generic/errno.h#L9
or ENOTRECOVERABLE (invalid request code) as per https://github.com/torvalds/linux/blob/5be63fc19fcaa4c236b307420483578a56986a37/include/uapi/asm-generic/errno.h#L117
Feel free to send PR to fix the example.