vfs_gpfs: Switch share mode helper function to return int
authorChristof Schmitt <cs@samba.org>
Mon, 6 Jan 2020 21:25:22 +0000 (14:25 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 8 Jan 2020 00:01:37 +0000 (00:01 +0000)
commit03705f4c2fbac6534a925d7511749d4daa378b2e
tree7f0baf4f0d0a16023cbea1158a2390beabc46a1a
parentf03c4485a2e50d496875fb157d5405e2afa7a0f5
vfs_gpfs: Switch share mode helper function to return int

Follow the convention to return 0 on success and -1 when hitting an
error.

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