NetBSD/sys/ufs
lukem 80ac606906 ffs_sb_swap() fixes:
- calculate the offset and length of the postbl before byteswapping.
  problem noted by der Mouse.
- use offsetof() to determine # of fields to calculate in initial
  loop, rather than hard-coding in `52 fields'
- improve comments.
2001-10-29 11:26:35 +00:00
..
ext2fs remove #include <ufs/ufs/quota.h> where it was just to appease 2001-10-26 05:56:06 +00:00
ffs ffs_sb_swap() fixes: 2001-10-29 11:26:35 +00:00
lfs remove #include <ufs/ufs/quota.h> where it was just to appease 2001-10-26 05:56:06 +00:00
mfs add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
ufs remove #include <ufs/ufs/quota.h> where it was just to appease 2001-10-26 05:56:06 +00:00
Makefile