K 10 svn:author V 3 pjd K 8 svn:date V 27 2009-10-30T23:33:06.419767Z K 7 svn:log V 396 - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call zfs_access() instead of vaccess() in this case as well. - If VADMIN is specified with another V* flag (unlikely) call both zfs_access() and vaccess() after spliting V* flags. This fixes "dirtying snapshot!" panic. PR: kern/139806 Reported by: Carl Chave In co-operation with: jh MFC after: 3 days END