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

Jeremy Allison jra at samba.org
Thu Dec 4 21:48:38 GMT 2008


The branch, v3-3-test has been updated
       via  e4ea7d93e6d60f5e5759e27bfa9e58ae955b0b3b (commit)
      from  a27251b9d58227dd5f258cf32e4117ce5e1e15e8 (commit)

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


- Log -----------------------------------------------------------------
commit e4ea7d93e6d60f5e5759e27bfa9e58ae955b0b3b
Author: Henning Henkel <henning.henkel at fh-furtwangen.de>
Date:   Thu Dec 4 13:47:54 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