Index: zfs_acl.c =================================================================== --- zfs_acl.c (revision 184737) +++ zfs_acl.c (working copy) @@ -1580,14 +1580,7 @@ /* * Rename permissions are combination of delete permission + * add file/subdir permission. - * - * BSD operating systems also require write permission - * on the directory being moved. */ - if (ZTOV(szp)->v_type == VDIR) { - if (error = zfs_zaccess(szp, ACE_WRITE_DATA, cr)) - return (error); - } /* * first make sure we do the delete portion.