NetBSD/sys/ufs
pgoyette 4873380492 If file system ffs is built with WAPBL defined, make sure that the
module depends on the wapbl module.

No impact to users of built-in ffs file system code, as the WAPBL
#define will cause inclusion of the code in the kernel.

A standard build of the modular ffs file system code will #define
WAPBL, so the module will only work on a kernel which was also
built with WAPBL defined (or, once I commit it, with a dynamically-
loaded wapbl module).
2015-11-15 01:39:23 +00:00
..
chfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ext2fs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
ffs If file system ffs is built with WAPBL defined, make sure that the 2015-11-15 01:39:23 +00:00
lfs Remove historic references to wapbl. 2015-11-14 22:03:54 +00:00
mfs Change ffs to use vcache_new: 2015-03-17 09:39:29 +00:00
ufs Pull over comments on struct direct's type/reclen byte swapping from LFS. 2015-09-01 06:16:03 +00:00
Makefile
files.ufs Change lfs from hash table to vcache. 2015-05-31 15:48:02 +00:00