freebsd-nq/sys/ufs/ffs
Konstantin Belousov 5ffc99e2e4 Handle races when remounting UFS volume from ro to rw.
In particular, ensure that writers are not unleashed before SU
structures are initialized.  Also, correctly handle MNT_ASYNC before
this.

Reported and tested by:	pho
Reviewed by:	mckusick
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2019-04-08 15:20:05 +00:00
..
ffs_alloc.c Introduce funlinkat syscall that always us to check if we are removing 2019-04-06 09:34:26 +00:00
ffs_balloc.c
ffs_extern.h
ffs_inode.c
ffs_rawread.c
ffs_snapshot.c
ffs_softdep.c This is an additional and hopefully final fix for bug report 230962. 2019-03-20 23:11:05 +00:00
ffs_subr.c
ffs_suspend.c
ffs_tables.c
ffs_vfsops.c Handle races when remounting UFS volume from ro to rw. 2019-04-08 15:20:05 +00:00
ffs_vnops.c
fs.h
softdep.h