NetBSD/sys/ufs
oster 19eeec0a9c Add a missing:
pool_destroy(&lfs_dinode_pool);

to lfs_done().

Approved-by: yamt
2004-02-26 22:56:55 +00:00
..
ext2fs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ffs make sblock_try[] const 2004-02-22 08:58:03 +00:00
lfs Add a missing: 2004-02-26 22:56:55 +00:00
mfs Fix mfs_strategy() to use the vp argument. 2004-01-26 10:02:31 +00:00
ufs Fix xxx_strategy() to use the vnode arg instead of bp->b_vp. 2004-01-26 10:39:29 +00:00
files.ufs
Makefile