s3:vfs:gpfs remove non-working code
authorChristian Ambach <ambi@samba.org>
Thu, 24 Nov 2011 15:57:58 +0000 (16:57 +0100)
committerChristian Ambach <ambi@samba.org>
Thu, 24 Nov 2011 16:25:04 +0000 (17:25 +0100)
commit94229435e80ecc5c0158c59e0ab3976b98668238
treed1d6f9bc3a2f515ea0bd614b377a296882272eda
parent6753656c7464424519f9daa9f89576585511f574
s3:vfs:gpfs remove non-working code

when development of vfs_gpfs was started a long time ago it was
considered a good idea to have it compileable even if GPFS is not
around and then the module would complain in the logs that libgpfs
is not there

Nowadays this does not work any more as the code contains GPFS
specific types that need the GPFS header files.

Instead of making it compile again by adding GPFS typedefs, this
removes the whole approach. Other VFS modules also do not even
compile when necessary headers are not around, so do the same for
the GPFS module code.
source3/modules/gpfs.c