K 10 svn:author V 3 pjd K 8 svn:date V 27 2008-01-17T14:59:26.000000Z K 7 svn:log V 359 MFC: sys/contrib/opensolaris/uts/common/fs/zfs/zvol.c 1.4 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 if the request is sync or async, so we do it for every request. Approved by: re (gnn) END