|
|
|
|
|
by asveikau
860 days ago
|
|
All correct. You're making my same points. I'm illustrating a real world scenario where such a mapping may not be possible. Further, if the issue is a global problem, like filesystem corruption, it becomes even more ambiguous -- maybe that write could have worked or maybe it wouldn't, but the filesystem may just globally make everything read only and start failing writes. So my point is that these errors were meant for catastrophic failures that don't map neatly into being handled with the process. In a modern kernel there are way fewer of these conditions than was acceptable in the early 90s. But there are a few similar things that are still common. |
|