K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-11T20:18:14.714133Z K 7 svn:log V 307 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 END