freebsd-dev/sys/cddl
Edward Tomasz Napierala de2a57325d Don't panic when we read an empty ACL from ZFS. Apparently this may happen
with filesystems created under MacOS X ZFS port.  This is kind of filesystem
corruption (we don't allow for setting empty ACLs), so make acl_get_file(3)
and related syscalls fail with EINVAL in that case.  In theory, we could
return empty ACL to userland, but I'm afraid this would break some code.

MFC after:	3 days
2010-11-30 21:04:05 +00:00
..
boot/zfs Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG. 2010-09-10 04:44:13 +00:00
compat/opensolaris Don't panic when we read an empty ACL from ZFS. Apparently this may happen 2010-11-30 21:04:05 +00:00
contrib/opensolaris zfs+sendfile: populate all requested pages, not just those already cached 2010-11-16 15:53:44 +00:00
dev Make the /dev/dtrace/helper node have the mode 0660. This allows 2010-09-01 12:08:32 +00:00