vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()
commit3679f54f178ba6ddb940cc66f701e9b3a1dd543d
authorRalph Boehme <slow@samba.org>
Fri, 13 Aug 2021 09:39:05 +0000 (13 11:39 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 26 Aug 2021 19:18:31 +0000 (26 19:18 +0000)
treec082a212b894ec6c8f987247f9ffb651e0b1d882
parentfde1b98143568fc816165502583f72e73b5d6b71
vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()

This API call has existed for a long time, so we can safely assume that this
always works.

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

Pair-Programmed-With: Christof Schmitt <cs@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Christof Schmitt <cs@samba.org>
source3/modules/vfs_gpfs.c