[BACK]Return to zfs_znode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / cddl / osnet / dist / uts / common / fs / zfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c between version 1.9 and 1.10

version 1.9, 2010/07/21 17:52:09 version 1.10, 2011/03/10 19:32:39
Line 485  zfs_create_share_dir(zfsvfs_t *zfsvfs, d
Line 485  zfs_create_share_dir(zfsvfs_t *zfsvfs, d
   
         vp = ZTOV(sharezp);          vp = ZTOV(sharezp);
         error = getnewvnode(VT_ZFS, zfsvfs->z_parent->z_vfs,          error = getnewvnode(VT_ZFS, zfsvfs->z_parent->z_vfs,
             zfs_vnodeop_p, &zp->z_vnode);              zfs_vnodeop_p, &sharezp->z_vnode);
         vp->v_type = VDIR;          vp->v_type = VDIR;
   
         VERIFY(0 == zfs_acl_ids_create(sharezp, IS_ROOT_NODE, &vattr,          VERIFY(0 == zfs_acl_ids_create(sharezp, IS_ROOT_NODE, &vattr,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>