reclaim: crunch free space
This commit is contained in:
parent
19f7d2a0eb
commit
df46223d88
2 changed files with 204 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue