summaryrefslogtreecommitdiff
path: root/third_party/gpfs
Commit message (Collapse)AuthorAgeFilesLines
* third_party: Update gpfs.h to 5.0.5.3 versionChristof Schmitt2020-10-051-16/+63
| | | | | | | | | | | | 4.2.3 went out of support, so update the header file to the oldest currently supported GPFS version. Going forward, this will allow usage of newer API calls. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Mon Oct 5 20:06:04 UTC 2020 on sn-devel-184
* third_party: Add gpfs.h header fileChristof Schmitt2019-01-181-0/+4042
This is the only requirement for building the vfs_gpfs module; the corresponding library is opened through dlopen at runtime. The intent here is to always build the vfs_gpfs module to easily detect breakage e.g. due to vfs interface changes. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>