diff options
author | Anton Kling <anton@kling.gg> | 2024-06-29 14:28:24 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-06-30 13:19:15 +0200 |
commit | 8c8183cd3a6eef42f215e422ef29b77990d75b20 (patch) | |
tree | 14405adec57062382bbee97d0487edf5bf721d4b /userland | |
parent | a30f0e8316a8da4c53d9fd5f40fa2abeb6fc0e47 (diff) |
ext2: Performance improvements to block write
Don't invalidate the cache of a block if written to. Instead the cache
can be changed and then be written to disk. This is optimal for ext2
since it gets to keep the cache and the hard drive since it may not have
to do extra reads when doing writes.
Diffstat (limited to 'userland')
0 files changed, 0 insertions, 0 deletions