NetBSD/sys/ufs/ffs
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
..
ffs_alloc.c #ifdef a variable just like their use 2013-09-12 20:00:15 +00:00
ffs_appleufs.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
ffs_balloc.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_bswap.c Remove lfs-only inumber field (and its supporting union) from struct 2013-06-09 17:55:46 +00:00
ffs_extern.h Add an UFS_SNAPGONE() ufs op replacing the calls 2013-06-16 13:33:30 +00:00
ffs_inode.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_quota2.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ffs_snapshot.c Kill unused function ib_assign. 2013-09-13 20:15:33 +00:00
ffs_subr.c fix sign-compare warnings 2011-08-14 12:37:09 +00:00
ffs_tables.c
ffs_vfsops.c Function ffs_reload() works on a read-only mount, so remove the call 2013-09-16 12:36:54 +00:00
ffs_vnops.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
ffs_wapbl.c Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
fs.h Add the FS_SUJ flag for journaled softupdates from FreeBSD. 2013-09-03 02:24:01 +00:00
Makefile