reclaim: crunch free space

This commit is contained in:
slederer 2024-10-20 00:50:59 +02:00
parent 19f7d2a0eb
commit df46223d88
2 changed files with 204 additions and 5 deletions

View file

@ -79,7 +79,6 @@ type Volume = record
partitionId: integer;
startSlot: integer; (* first directory slot known to be in use *)
freeSlot: integer; (* a directory slot that is probably free *)
(* dirFile: ^file; (* pseudo-file for accessing the directory *)
dirCache: ^DirBlock;
cachedBlock: integer; (* cached volume block number in dirCache *)
cacheDirty: boolean;