vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Aug 2021 14:23:24 +0000 (16:23 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Aug 2021 19:18:31 +0000 (19:18 +0000)
commit070dce224bbe190266682c5e362bc2b0ed798ecc
tree108abda021c32224e34912e6274b626d8c6a4fbe
parent145e739c440d39651d4f3d30682035ab868488ba
vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()

This is unused and the config object won't be avilable for IPC$ anymore with the
next commit.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
source3/modules/vfs_gpfs.c