summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-08 10:38:36 +0200
committerChristian Ambach <ambi@samba.org>2012-08-17 18:25:53 +0200
commit3755a418ccee85d633aaac5047c007893ce63c73 (patch)
treee2a97282ff25ddeb98c1351857270dd84e1556fe /source3/modules/wscript_build
parent2c3a58db9e2149785486e6b6398615f2d226dc23 (diff)
downloadsamba-3755a418ccee85d633aaac5047c007893ce63c73.tar.gz
samba-3755a418ccee85d633aaac5047c007893ce63c73.tar.bz2
samba-3755a418ccee85d633aaac5047c007893ce63c73.zip
s3: Remove the gpfs_hsm_notify module
The functionality has been merged into vfs_gpfs Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 4043292069..eccbfadcd0 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -31,7 +31,6 @@ VFS_CACHEPRIME_SRC = 'vfs_cacheprime.c'
VFS_PREALLOC_SRC = 'vfs_prealloc.c'
VFS_COMMIT_SRC = 'vfs_commit.c'
VFS_GPFS_SRC = 'vfs_gpfs.c gpfs.c'
-VFS_GPFS_HSM_NOTIFY_SRC = 'vfs_gpfs_hsm_notify.c'
VFS_NOTIFY_FAM_SRC = 'vfs_notify_fam.c'
VFS_READAHEAD_SRC = 'vfs_readahead.c'
VFS_TSMSM_SRC = 'vfs_tsmsm.c'
@@ -317,13 +316,6 @@ bld.SAMBA3_MODULE('vfs_gpfs',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs'))
-bld.SAMBA3_MODULE('vfs_gpfs_hsm_notify',
- subsystem='vfs',
- source=VFS_GPFS_HSM_NOTIFY_SRC,
- init_function='',
- internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs_hsm_notify'),
- enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs_hsm_notify'))
-
bld.SAMBA3_MODULE('vfs_notify_fam',
subsystem='vfs',
source=VFS_NOTIFY_FAM_SRC,