vfs_acl_common: rename pdesc_next to psd_fs
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:11:24 +0000 (13:11 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 30 Aug 2016 19:12:25 +0000 (21:12 +0200)
commit9f79084f166208820f586c8e43e1e315d32cd5ce
tree0d094eb783c2bb351c47f25e85fe91a48b384cbc
parent2367eea928593f12f8914f7e7ba613b1b15516de
vfs_acl_common: rename pdesc_next to psd_fs

In most realistic cases the "next" VFS op will return the permissions
from the filesystem. This rename makes it explicit where the SD is
originating from. No change in behaviour.

This just paves the way for a later change that will simplify the whole
logic and talloc hierarchy.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_acl_common.c