vfs: Fix compile of vfs_gpfs.c.
authorAlexander Werth <alexander.werth@de.ibm.com>
Mon, 15 Apr 2013 14:35:36 +0000 (16:35 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 May 2013 04:18:20 +0000 (06:18 +0200)
commit188d0f097572955f643d926edf40e6841b874c1e
tree21d5af12850b6cbbba0952ba9cdf547e3149d13b
parenta65568750be92439de26dd2ecb88c09468264fe7
vfs: Fix compile of vfs_gpfs.c.

Since the smb4acl is now correctly allocated on mem_ctx and not
the talloc stack frame we can free the stack frame correctly.
And the chmod emulation code now needs the vfs handle since
that is now required by the callback function to set the smb4acl.

Reviewed-By: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c