vfs: Use a blocking function in vfs_zfsacl for system ACL blobs
commit38416ccac3970b2bf63fe218ef85d535d848302c
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 06:00:42 +0000 (10 17:00 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 01:25:13 +0000 (11 12:25 +1100)
treeee3be6c755423ec5c374227935c1f504e13f4068
parentbac3ed2696e621ee18f4332e5404bbf2af0c7ccb
vfs: Use a blocking function in vfs_zfsacl for system ACL blobs

This is so we do not query some other module for the ACL blob, as zfs
ACLs are not posix ACLs.  We may add a linearisation later.

Andrew Bartlett
source3/modules/vfs_zfsacl.c