summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-12-10 15:15:53 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:08 +0100
commitfdd6078ddda15e4cc6eae4ce35774dbe94da0950 (patch)
tree1b4e3a12e6d54d2c8058ba408de830ccc31a0aad /source3/modules/vfs_gpfs.c
parent5fa1ee8b7b089c67fd2fb80dd312a9a7d19c8d29 (diff)
downloadsamba-fdd6078ddda15e4cc6eae4ce35774dbe94da0950.tar.gz
gpfs: Rename wrapper for gpfs_get_realfilename_path
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/modules/vfs_gpfs.c')
-rw-r--r--source3/modules/vfs_gpfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index a461fb3a114..52b2857fd5c 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -181,8 +181,8 @@ static int vfs_gpfs_get_real_filename(struct vfs_handle_struct *handle,
buflen = sizeof(real_pathname) - 1;
- result = smbd_gpfs_get_realfilename_path(full_path, real_pathname,
- &buflen);
+ result = gpfswrap_get_realfilename_path(full_path, real_pathname,
+ &buflen);
TALLOC_FREE(full_path);