vfs_gpfs: Remove support for old GPFS without DACL_PROTECTED support
authorChristof Schmitt <cs@samba.org>
Sun, 23 Oct 2022 23:01:41 +0000 (16:01 -0700)
committerBjoern Jacke <bjacke@samba.org>
Mon, 24 Oct 2022 15:43:35 +0000 (15:43 +0000)
commit5c627988a268adc8da7b1c954f3706c5c878fd3b
tree855842f9c658df0b615c27e53d9042444717e701
parent284afec29ff5a97612aa5950e08ac8104997a596
vfs_gpfs: Remove support for old GPFS without DACL_PROTECTED support

GPFS 3.5 introduced support for storing the DACL_PROTECTED flag as part
of the ACL. That version has long been superceded. Remove this now
unused codepath.

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

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Bjoern Jacke <bjacke@samba.org>
source3/modules/vfs_gpfs.c