Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 09:52:06 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c
Message-ID:  <201011282004.oASK4BYg089354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mm          2010-11-28 09:52:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c 
  Log:
  SVN rev 215992 on 2010-11-28 09:52:06Z by mm
  
  MFC r213634, r213673:
  
  MFC r213634:
  Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
  This corrects writing to append-only files on ZFS.
  
  MFC r213673 (pjd):
  Provide internal ioflags() function that converts ioflag provided by FreeBSD's
  VFS to OpenSolaris-specific ioflag expected by ZFS. Use it for read and write
  operations.
  
  PR:             kern/149495 [1], kern/151082 [2]
  Submitted by:   Daniel Zhelev <daniel@zhelev.biz> [1], Michael Naef <cal@linu.gs> [2]
  Reviewed by:    mm (r213673)
  Approved by:    delphij (mentor)
  
  Revision   Changes    Path
  1.46.2.32  +21 -4     src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c



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