Drop the block count in the garbage collector
This commit is contained in:
		
							parent
							
								
									967d066d8e
								
							
						
					
					
						commit
						01d56c1eec
					
				
					 9 changed files with 23 additions and 37 deletions
				
			
		|  | @ -80,8 +80,7 @@ void computePathSize(const Path & path, | |||
|    returns the number of bytes and blocks freed. */ | ||||
| void deletePath(const Path & path); | ||||
| 
 | ||||
| void deletePath(const Path & path, unsigned long long & bytesFreed, | ||||
|     unsigned long long & blocksFreed); | ||||
| void deletePath(const Path & path, unsigned long long & bytesFreed); | ||||
| 
 | ||||
| /* Make a path read-only recursively. */ | ||||
| void makePathReadOnly(const Path & path); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue