K 10 svn:author V 8 mckusick K 8 svn:date V 27 1999-05-14T01:29:21.000000Z K 7 svn:log V 396 Previously directories were sync'ed every 10 seconds while bitmaps & inodes were synced every 15 seconds. This is now reversed as during directory create, we cannot commit the directory entry until its inode has been written. With this switch, the inodes will be more likely to be written by the time that the directory is written thus reducing the number of directory rollbacks that are needed. END