summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_zfsacl.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-15 00:46:20 +0100
committerMichael Adam <obnox@samba.org>2007-12-19 23:07:57 +0100
commitc650857fac826697cb1d9441b9ea869b85190d25 (patch)
treef6d91f2c2d79f64ea7245354716dd48d0e87e7fc /source3/modules/vfs_zfsacl.c
parentcb69a78505854342013f67630bfd38a3c5cd7857 (diff)
downloadsamba-c650857fac826697cb1d9441b9ea869b85190d25.tar.gz
samba-c650857fac826697cb1d9441b9ea869b85190d25.tar.bz2
samba-c650857fac826697cb1d9441b9ea869b85190d25.zip
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
This is the next step in preparation of a get_nt_acl prototype change. Michael (This used to be commit 7afeb1c6cb1bdb58d1e61c54ae215d947d8dc3ea)
Diffstat (limited to 'source3/modules/vfs_zfsacl.c')
-rw-r--r--source3/modules/vfs_zfsacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c
index 0fe21b2909..88cd0879cf 100644
--- a/source3/modules/vfs_zfsacl.c
+++ b/source3/modules/vfs_zfsacl.c
@@ -92,7 +92,7 @@ static NTSTATUS zfs_get_nt_acl(struct files_struct *fsp, uint32 security_info,
return NT_STATUS_NO_MEMORY;
}
- return smb_get_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
+ return smb_fget_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
}
/* call-back function processing the NT acl -> ZFS acl using NFSv4 conv. */