r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to
authorJim McDonough <jmcd@samba.org>
Thu, 9 Nov 2006 20:29:31 +0000 (20:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:43 +0000 (12:15 -0500)
commit4fe70bcee2ec8515f123d8c826631b54bbf793e7
tree0fb5daec6104c03c3cd9f9d5521506564d2af6cd
parente513fb27d61d31cdc1a0e723c5345a659cc2caf2
r19647: Add some GPFS support in a vfs mod.  Also adds the kernel flock op to
the vfs layer, since gpfs supports it.  Thanks to Volker, Christian,
Mathias, Chetan, and Peter.
(This used to be commit 0620658890fa9c68a9848538728023192319c81a)
source3/Makefile.in
source3/configure.in
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/lib/system.c
source3/modules/gpfs.c [new file with mode: 0644]
source3/modules/vfs_default.c
source3/modules/vfs_gpfs.c [new file with mode: 0644]
source3/profile/profile.c
source3/smbd/open.c