cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zvol.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Nov 1 04:04:21 PDT 2007
pjd 2007-11-01 11:04:21 UTC
FreeBSD src repository
Modified files:
sys/contrib/opensolaris/uts/common/fs/zfs zvol.c
Log:
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
Revision Changes Path
1.4 +11 -11 src/sys/contrib/opensolaris/uts/common/fs/zfs/zvol.c
More information about the cvs-src
mailing list