1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/sys/ufs/ffs
Konstantin Belousov 064f517d2b Supply boolean as the second argument to ffs_update(), and not a
MNT_[NO]WAIT constants, which in fact always caused sync operation.

Based on the submission by:	bde
Reviewed by:	mckusick
MFC after:	2 weeks
2012-03-13 22:04:27 +00:00
..
ffs_alloc.c Migrate ufs and ext2fs from skpc() to memcchr(). 2012-01-01 20:47:33 +00:00
ffs_balloc.c
ffs_extern.h This change avoids a kernel deadlock on "snaplk" when using 2012-03-01 18:45:25 +00:00
ffs_inode.c Remove superfluous brackets. 2012-03-11 21:25:42 +00:00
ffs_rawread.c
ffs_snapshot.c This change avoids a kernel deadlock on "snaplk" when using 2012-03-01 18:45:25 +00:00
ffs_softdep.c Supply boolean as the second argument to ffs_update(), and not a 2012-03-13 22:04:27 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c In the original days of BSD, a sync was issued on every filesystem 2012-02-07 20:43:28 +00:00
ffs_vnops.c Supply boolean as the second argument to ffs_update(), and not a 2012-03-13 22:04:27 +00:00
fs.h Use implementation independent inoNN_t scalars for on-disk UFS structures 2011-11-09 07:48:48 +00:00
softdep.h