The Samba-Bugzilla – Attachment 7685 Details for
Bug 9022
vfs_gpfs is very verbose in get/set_xattr functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for 3.5
0001-s3-vfs_gpfs-be-less-verbose-in-get-set_xattr-functio.patch (text/plain), 1.39 KB, created by
Björn Baumbach
on 2012-07-03 09:01:22 UTC
(
hide
)
Description:
fix for 3.5
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2012-07-03 09:01:22 UTC
Size:
1.39 KB
patch
obsolete
>From 04beafb928e9304e0180cd3f383cf41ece287b50 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Thu, 22 Dec 2011 14:20:32 +0100 >Subject: [PATCH] s3:vfs_gpfs: be less verbose in get/set_xattr functions (fix > bug #9022) > >metze > >Signed-off-by: Christian Ambach <ambi@samba.org> >(cherry picked from commit 2e95d8048b9e9c7025ddada7ede15494e6016ba9) >--- > source3/modules/vfs_gpfs.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c >index ecfa60a..c80b9e5 100644 >--- a/source3/modules/vfs_gpfs.c >+++ b/source3/modules/vfs_gpfs.c >@@ -935,7 +935,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); > } > >@@ -989,7 +989,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); > } > >-- >1.7.8.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
obnox
:
review+
vl
:
review+
Actions:
View
Attachments on
bug 9022
: 7685