r24302: add a module that overloads the file_id_create VFS function
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Aug 2007 09:05:18 +0000 (09:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:25 +0000 (12:29 -0500)
commitd68145a509b3e86e0d5ff44260f968eb1f39dfeb
treec2b1209ccea3ef2b36a7be2d84f56645fb375e78
parentb87c0dde7123b7598b49a236a76641846b885bf5
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)
source3/Makefile.in
source3/configure.in
source3/modules/vfs_fileid.c [new file with mode: 0644]