diff options
author | Mart G <martg_@hotmail.com> | 2021-05-08 18:28:54 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-08 20:01:08 +0200 |
commit | e0deb46723cff1fb44896d495fd13c47151606ce (patch) | |
tree | 351703eeac72dfac6a3dd8fdf0d635a6025c67f1 /Ports | |
parent | 49b132a92d7b53e51a9ef44d5a052753cde3cc22 (diff) | |
download | serenity-e0deb46723cff1fb44896d495fd13c47151606ce.zip |
Kernel: Traverse ext2 directories blockwise.
Instead of reading in the entire contents of a directory into a large
buffer, we can iterate block by block. This only requires a small
buffer.
Because directory entries are guaranteed to never span multiple blocks
we do not have to handle any edge cases related to that.
Diffstat (limited to 'Ports')
0 files changed, 0 insertions, 0 deletions