ext2: Simplify block cache

The original idea to additionally speed up the block mapping procedures
would need more complex code. And it would help in special cases (uncom-
mon block sizes) anyway. So we use a rather simple strategy: Cache at
most a single block of file contents, a single inode block and a single
group block. All other potentially available cache space would be used
for the block mapping.
2 files changed
tree: 1d7220aeca3816a9715a8cfb12eac3a563ffd8ee
  1. src/
  2. .gitignore
  3. default.adc
  4. default.gpr
  5. default.nix