[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.3_ctdb.51-11-gb727a58

Michael Adam obnox at samba.org
Fri Dec 5 16:39:21 GMT 2008


The branch, v3-2-ctdb has been updated
       via  b727a58933d464faf6ea8dedf56e0074854e37f8 (commit)
      from  7213d1594a4b0d7127eac40677714e886d2b5726 (commit)

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


- Log -----------------------------------------------------------------
commit b727a58933d464faf6ea8dedf56e0074854e37f8
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
    (cherry picked from commit a1e4637922a565278cceac7b2fe95f82ad049f4a)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

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-CTDB repository


More information about the samba-cvs mailing list