vfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and rename function
commit5fd73e93af9d015c9e65a6d4d16229476a541cfc
authorChristof Schmitt <cs@samba.org>
Thu, 9 Nov 2023 19:35:21 +0000 (9 12:35 -0700)
committerBjoern Jacke <bjacke@samba.org>
Wed, 15 Nov 2023 18:54:11 +0000 (15 18:54 +0000)
treefd2bd678aa54f8934736edba33c0f1dea4a49cc8
parent2c1195678d34516744ba4f8b1c5582f4046cba35
vfs_gpfs: Move vfs_gpfs_fstatat to nfs4_acls.c and rename function

All stat DAC_CAP_OVERRIDE code is being moved to nfs4_acls.c to allow
reuse. Move the vfs_gpfs_fstatat function and rename it to the more
generic name nfs4_acl_fstat.

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>
source3/modules/nfs4_acls.c
source3/modules/nfs4_acls.h
source3/modules/vfs_gpfs.c