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)
commit0620658890fa9c68a9848538728023192319c81a
tree22cdd87983c019addb51b61a20ba50627c6f6567
parent4ec896cdbe441b17d91895a50ac9be61efe2f9c1
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.
source/Makefile.in
source/configure.in
source/include/smbprofile.h
source/include/vfs.h
source/include/vfs_macros.h
source/lib/system.c
source/modules/gpfs.c [new file with mode: 0644]
source/modules/vfs_default.c
source/modules/vfs_gpfs.c [new file with mode: 0644]
source/profile/profile.c
source/smbd/open.c