summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.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_gpfs.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_gpfs.c')
-rw-r--r--source3/modules/vfs_gpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index 91d38874b9..418a81ffb4 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -236,7 +236,7 @@ static NTSTATUS gpfsacl_get_nt_acl_common(files_struct *fsp,
result = gpfs_get_nfs4_acl(fsp->fsp_name, &pacl);
if (result == 0)
- return smb_get_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
+ return smb_fget_nt_acl_nfs4(fsp, security_info, ppdesc, pacl);
if (result > 0) {
DEBUG(10, ("retrying with posix acl...\n"));