diff options
author | Michael Adam <obnox@samba.org> | 2008-08-14 17:46:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-14 17:46:28 +0200 |
commit | 26a3cf0be918fe577a979f3e358d58359e42b2f1 (patch) | |
tree | 8e1a5bfcd7d5b2fed1a95693a5ca11006723a7e9 /source/Makefile.in | |
parent | 250f5a40d6e80305220d7cdc6a8f8459d8d0de74 (diff) | |
download | samba-26a3cf0be918fe577a979f3e358d58359e42b2f1.tar.gz |
Revert "Add a gpfs_prefetch module"
This reverts commit fc9b30bed2d774dca6660b497cb50f982b23b885.
Sorry, this got pushed by accident:
"This can not go upstream yet because it uses the non-GPL libgpfs."
Michael
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index aac58d38a8f..b965262b80f 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -615,7 +615,6 @@ VFS_CACHEPRIME_OBJ = modules/vfs_cacheprime.o VFS_PREALLOC_OBJ = modules/vfs_prealloc.o VFS_COMMIT_OBJ = modules/vfs_commit.o VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o modules/nfs4_acls.o -VFS_GPFS_PREFETCH_OBJ = modules/vfs_gpfs_prefetch.o modules/gpfs.o VFS_NOTIFY_FAM_OBJ = modules/vfs_notify_fam.o VFS_READAHEAD_OBJ = modules/vfs_readahead.o VFS_TSMSM_OBJ = modules/vfs_tsmsm.o @@ -2355,10 +2354,6 @@ bin/gpfs.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_GPFS_OBJ) @echo "Building plugin $@" @$(SHLD_MODULE) $(VFS_GPFS_OBJ) -bin/gpfs_prefetch.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_GPFS_PREFETCH_OBJ) - @echo "Building plugin $@" - @$(SHLD_MODULE) $(VFS_GPFS_PREFETCH_OBJ) - bin/notify_fam.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_NOTIFY_FAM_OBJ) @echo "Building plugin $@" @$(SHLD_MODULE) $(VFS_NOTIFY_FAM_OBJ) @SMB_FAM_LIBS@ |