vfs_acl_common: rename pdesc_next to psd_fs
commitd72dcd297e05f6f1ebf413ea070190f907a15422
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:11:24 +0000 (23 13:11 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 21 Sep 2016 09:15:08 +0000 (21 11:15 +0200)
treed22fb7a4fa8dc693655d38bb86f893570228412d
parent31fc5543b891269a5df91c982155b5efdda4b906
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>
(backported from commit 9f79084f166208820f586c8e43e1e315d32cd5ce)
source3/modules/vfs_acl_common.c