NetBSD/sys/ufs
pooka 835b0326c5 Using POOL_INIT here makes no sense, since file systems always have
an init method.  So get rid of it and #ifdef _LKM and just always
init in the init method.  Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.
2007-06-30 09:37:53 +00:00
..
ext2fs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ffs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
lfs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
mfs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
ufs Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
files.ufs Let ext2fs be built even when none of ffs, lfs and mfs are present. 2006-11-13 16:12:54 +00:00