vfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename function
commit119586b19260b338d20c4f2caeb71717d16eeb20
authorChristof Schmitt <cs@samba.org>
Thu, 9 Nov 2023 19:30:27 +0000 (9 12:30 -0700)
committerJule Anger <janger@samba.org>
Sat, 25 Nov 2023 18:27:15 +0000 (25 18:27 +0000)
tree343e68e0a222747a5623f496bf59892a0368fc25
parentac17e86baf0598c0b66c75eb9643ac5b459a2883
vfs_gpfs: Move vfs_gpfs_lstat to nfs4_acls.c and rename function

All stat CAP_DAC_OVERRIDE code is being moved to nf4_acls.c to allow
reuse. Move the vfs_gpfs_lstat function and rename to the more generic
name nfs4_acl_lstat.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15507

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
(cherry picked from commit 2c1195678d34516744ba4f8b1c5582f4046cba35)
source3/modules/nfs4_acls.c
source3/modules/nfs4_acls.h
source3/modules/vfs_gpfs.c