summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-10 09:05:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:25 -0500
commitd68145a509b3e86e0d5ff44260f968eb1f39dfeb (patch)
treec2b1209ccea3ef2b36a7be2d84f56645fb375e78 /source3/Makefile.in
parentb87c0dde7123b7598b49a236a76641846b885bf5 (diff)
downloadsamba-d68145a509b3e86e0d5ff44260f968eb1f39dfeb.tar.gz
samba-d68145a509b3e86e0d5ff44260f968eb1f39dfeb.tar.bz2
samba-d68145a509b3e86e0d5ff44260f968eb1f39dfeb.zip
r24302: add a module that overloads the file_id_create VFS function
and alters the device id depending on the configured algorithm. The algorithm is configured via "fileid:algorithm": - "fsname" (default) uses a uint64 hash over the mount point - "fsid" uses the fsid returned from statfs() This is needed for "clustering = yes" on some clusterfilesystems metze (This used to be commit 30f9171cca3e4f523cde7dfc96096c32e5af50be)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4ffebdac35..36b5df1bed 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -479,6 +479,7 @@ VFS_COMMIT_OBJ = modules/vfs_commit.o
VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o modules/nfs4_acls.o
VFS_NOTIFY_FAM_OBJ = modules/vfs_notify_fam.o
VFS_READAHEAD_OBJ = modules/vfs_readahead.o
+VFS_FILEID_OBJ = modules/vfs_fileid.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
@@ -1681,6 +1682,10 @@ bin/readahead.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_READAHEAD_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_READAHEAD_OBJ)
+bin/fileid.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_FILEID_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(VFS_FILEID_OBJ)
+
#########################################################
## IdMap NSS plugins