diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-20 21:11:01 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-20 22:57:36 +0100 |
commit | e279b45aed5509efc537fc8c831f40733d7b1028 (patch) | |
tree | e5cbaec5f3e5c6da059d3a32bd3934a6f5541f0b /Kernel/Ptrace.cpp | |
parent | 91aa0d99973163a8b7c37dc5c7535b794546d3e0 (diff) | |
download | serenity-e279b45aed5509efc537fc8c831f40733d7b1028.zip |
Kernel: Make BlockBasedFS read/write functions return a KResult
This way, if something goes wrong, we get to keep the actual error.
Also, KResults are nodiscard, so we have to deal with that in Ext2FS
instead of just silently ignoring I/O errors(!)
Diffstat (limited to 'Kernel/Ptrace.cpp')
0 files changed, 0 insertions, 0 deletions