Fixes #35185
EIO isn't listed in openat man page but indicates underlying block/filesystem error (for example: https://mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2424693.html)
The problem is that EIO is already returned from open() to mean "omg, the
filesystem/block device is on fire! stop! stop! stop!"
Fixes #35185
EIO isn't listed in `openat` man page but indicates underlying block/filesystem error (for example: https://mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2424693.html)
> The problem is that EIO is *already* returned from open() to mean "omg, the
> filesystem/block device is on fire! stop! stop! stop!"