[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Fri Jul 6 12:59:50 MDT 2012


The branch, v3-6-test has been updated
       via  3abaa9d s3:vfs_gpfs: be less verbose in get/set_xattr functions
      from  bea2d3d s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs

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


- Log -----------------------------------------------------------------
commit 3abaa9dd8a2af9497dfc6afd6f93a638956c1c3a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Dec 22 14:20:32 2011 +0100

    s3:vfs_gpfs: be less verbose in get/set_xattr functions
    
    metze
    
    Signed-off-by: Christian Ambach <ambi at samba.org>
    (cherry picked from commit 2e95d8048b9e9c7025ddada7ede15494e6016ba9)
    
    Fix bug #9022 - vfs_gpfs is very verbose in get/set_xattr functions.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index 0c86ea8..7bc2832 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -950,7 +950,7 @@ static int gpfs_set_xattr(struct vfs_handle_struct *handle,  const char *path,
 
         /* Only handle DOS Attributes */
         if (strcmp(name,SAMBA_XATTR_DOS_ATTRIB) != 0){
-		DEBUG(1, ("gpfs_set_xattr:name is %s\n",name));
+		DEBUG(5, ("gpfs_set_xattr:name is %s\n",name));
 		return SMB_VFS_NEXT_SETXATTR(handle,path,name,value,size,flags);
         }
 
@@ -1026,7 +1026,7 @@ static ssize_t gpfs_get_xattr(struct vfs_handle_struct *handle,  const char *pat
 
         /* Only handle DOS Attributes */
         if (strcmp(name,SAMBA_XATTR_DOS_ATTRIB) != 0){
-                DEBUG(1, ("gpfs_get_xattr:name is %s\n",name));
+		DEBUG(5, ("gpfs_get_xattr:name is %s\n",name));
                 return SMB_VFS_NEXT_GETXATTR(handle,path,name,value,size);
         }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list