NetBSD/sys/ufs
hannken 18e8787ae5 Function ffs_reload() works on a read-only mount, so remove the call
to ffs_snapshot_mount() as it would panic later with "already on list"
when remounting read-write.

Should fix PR kern/48211 (Unclean shutdown with active snapshot causes
panic during reboot)
2013-09-16 12:36:54 +00:00
..
chfs Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ext2fs Kill off uo_unmark_vnode/UFS_UNMARK_VNODE as it's now a leftover. 2013-08-11 04:36:17 +00:00
ffs Function ffs_reload() works on a read-only mount, so remove the call 2013-09-16 12:36:54 +00:00
lfs Fix build both with and without options LFS_EI. 2013-07-29 16:40:46 +00:00
mfs
ufs Remove unused variables 2013-09-15 15:32:18 +00:00
files.ufs Collect the pieces of lfs rename into lfs_rename.c, and sprinkle static. 2013-07-20 19:59:31 +00:00
Makefile