ligurio / unreliablefs

A FUSE-based fault injection filesystem.
https://ligurio.github.io/unreliablefs/unreliablefs.1.html
MIT License
177 stars 9 forks source link

Use realistic errno's #6

Closed ligurio closed 3 years ago

ligurio commented 3 years ago

Right now unreliablefs uses any available errno, but it is not a real case. For example errors like "No space left on device" should still provide the ability to list the directory and change into the directory. Perhaps every function should have a separate set of available errno's.

charybdefs 20