K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-11-01T11:04:21.000000Z K 7 svn:log V 296 Call zil_commit() (if ZIL is not disabled) after every non-read request (BIO_WRITE and BIO_FLUSH) as it is done is Solaris. The difference is that Solaris calls it only for sync requests, but we can't say in GEOM is the request is sync or async, so we do it for every request. MFC after: 1 week END