Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2008 07:50:34 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zvol.c
Message-ID:  <200801170750.m0H7oYdl073539@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2008-01-17 07:50:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/contrib/opensolaris/uts/common/fs/zfs zvol.c 
  Log:
  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)
  
  Revision  Changes    Path
  1.2.2.1   +11 -11    src/sys/contrib/opensolaris/uts/common/fs/zfs/zvol.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801170750.m0H7oYdl073539>