freebsd-dev/sys/ufs
Konstantin Belousov 4cd74eecda In ffs_syncvnode(), pass boolean false as second argument of ffs_update().
Synchronous inode block update is not needed for MNT_LAZY callers (syncer),
and since waitfor values are not zero, code did unneccessary synchronous
update.

Submitted by:	bde
Reviewed by:	mckusick
Tested by:	pho
MFC after:	2 weeks
2012-03-11 20:18:14 +00:00
..
ffs In ffs_syncvnode(), pass boolean false as second argument of ffs_update(). 2012-03-11 20:18:14 +00:00
ufs Remove fifo.h. The only used function declaration from the header is 2012-03-11 12:19:58 +00:00