From 3755a418ccee85d633aaac5047c007893ce63c73 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Aug 2012 10:38:36 +0200 Subject: s3: Remove the gpfs_hsm_notify module The functionality has been merged into vfs_gpfs Signed-off-by: Christian Ambach --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 9b059fa1b3..c807ddcfc9 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1507,7 +1507,7 @@ main() { default_static_modules.extend(TO_LIST('charset_macosxfs')) if conf.CONFIG_SET('HAVE_GPFS'): - default_shared_modules.extend(TO_LIST('vfs_gpfs vfs_gpfs_hsm_notify')) + default_shared_modules.extend(TO_LIST('vfs_gpfs')) explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',') explicit_static_modules = TO_LIST(Options.options.static_modules, delimiter=',') -- cgit