. move cache size heuristic from mfs there so mfs and ext2 can share it . add vfs credentials retrieving function, with backwards compatability from previous struct format, to be used by both ext2 and mfs . fix for ext2 - STATICINIT was fed no. of bytes instead of no. of elements, overallocating memory by a megabyte or two for the superblock
		
			
				
	
	
		
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libminixfs
 | 
						|
.include <bsd.own.mk>
 | 
						|
 | 
						|
LIB=		minixfs
 | 
						|
 | 
						|
SRCS=  	fetch_credentials.c cache.c
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |