vfs_gpfs: Remove logging for unsupported file system
authorChristof Schmitt <cs@samba.org>
Mon, 6 Jan 2020 21:23:41 +0000 (14:23 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 8 Jan 2020 00:01:37 +0000 (00:01 +0000)
commitf03c4485a2e50d496875fb157d5405e2afa7a0f5
treea23850df76d8eb73f27ed44bd399de8030c4d181
parentef52a907fe80fdb1cd199a21a68126a7bf9b33cb
vfs_gpfs: Remove logging for unsupported file system

The gpfs_set_share API call has been around for a long time and
definitely all supported GPFS versions have it. Remove the check and
fallback for old versions without this API.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_gpfs.c