K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-25T00:44:54.120440Z K 7 svn:log V 245 MFC r232834: 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. END