[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3231-ga1e4637

Jeremy Allison jra at samba.org
Thu Dec 4 21:45:02 GMT 2008


The branch, v3-2-test has been updated
       via  a1e4637922a565278cceac7b2fe95f82ad049f4a (commit)
      from  d2b7d9d29feab263bf736a88e5819203cbc8a165 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit a1e4637922a565278cceac7b2fe95f82ad049f4a
Author: Henning Henkel <henning.henkel at fh-furtwangen.de>
Date:   Thu Dec 4 13:43:59 2008 -0800

    Fix bug #5929 - vfs_prealloc does not build with option --with-cluster-support and GPFS

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_prealloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_prealloc.c b/source/modules/vfs_prealloc.c
index 2a06e3d..5a339db 100644
--- a/source/modules/vfs_prealloc.c
+++ b/source/modules/vfs_prealloc.c
@@ -56,9 +56,9 @@ static int module_debug;
 
 static int preallocate_space(int fd, SMB_OFF_T size)
 {
+	int err;
 #ifndef HAVE_GPFS
 	lock_type fl = {0};
-	int err;
 
 	if (size <= 0) {
 		return 0;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list