NetBSD/sys/ufs
mlelstv 748a0d77b1 Fix block shift to work with different device block sizes.
Unlike other filesystems this has some side issues because
the shift values are stored in the superblock and because
userland utitlies share the same fsbtodb macros.

-> the kernel now ignores the value stored in the superblock.
-> the macro adaption is only done for defined(_KERNEL) code.
2010-01-31 10:54:10 +00:00
..
ext2fs Fix block shift to work with different device block sizes. 2010-01-31 10:37:57 +00:00
ffs Fix block shift to work with different device block sizes. 2010-01-31 10:54:10 +00:00
lfs The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
mfs
ufs vclean() actually sets v_tag to VT_NON but doesn't touch v_type. 2010-01-15 19:46:35 +00:00
Makefile
files.ufs