[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Thu May 7 11:23:04 MDT 2015


The branch, master has been updated
       via  3876e59 vfs_gpfs: move failure label before END_PROFILE
      from  c7fcab7 s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff()

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3876e59826ad17466975ae9e9a65879c76737b2b
Author: Ralph Boehme <slow at samba.org>
Date:   Thu Apr 30 12:29:57 2015 +0200

    vfs_gpfs: move failure label before END_PROFILE
    
    The label was added in 5e65ae14ddb74c648f31b4dfbacd4af9c02ca058 as part
    of fix for bug 11244, but was wrongly placed behind END_PROFILE.
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=11244
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Thu May  7 19:22:00 CEST 2015 on sn-devel-104

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

Summary of changes:
 source3/modules/vfs_gpfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index 4f2da20..9ad8fbc 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -219,9 +219,9 @@ static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp,
 		unbecome_root();
 	}
 
+failure:
 	END_PROFILE(syscall_linux_setlease);
 
-failure:
 	return ret;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list