freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs
Pawel Jakub Dawidek ef2d58b58f 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
2007-11-01 11:04:21 +00:00
..
zfs Call zil_commit() (if ZIL is not disabled) after every non-read request 2007-11-01 11:04:21 +00:00
gfs.c All objects we create using GFS are directories, so initialize d_type 2007-05-23 21:27:47 +00:00