[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Dec 30 10:22:01 UTC 2020


The branch, master has been updated
       via  542ae1055cd vfs_gpfs:Logging filename for smbd_gpfs_set_times_path()
      from  8fcde5912a9 net: remove obsolete net ads dns gethostbyname command

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


- Log -----------------------------------------------------------------
commit 542ae1055cd58c4715641b1665716b97efe371b3
Author: Archana <Archana.chidirala.chidirala at ibm.com>
Date:   Tue Dec 15 00:44:47 2020 +0530

    vfs_gpfs:Logging filename for smbd_gpfs_set_times_path()
    
    Signed-off-by: ArchanaChidirala <archana.chidirala.chidirala at ibm.com>
    Reviewed-by: Christof Schmitt <cs at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Wed Dec 30 10:21:08 UTC 2020 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index d7dec809c6e..172194dbead 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1897,8 +1897,9 @@ static int smbd_gpfs_set_times_path(char *path, struct smb_file_time *ft)
 	rc = gpfswrap_set_times_path(path, flags, gpfs_times);
 
 	if (rc != 0 && errno != ENOSYS) {
-		DEBUG(1,("gpfs_set_times() returned with error %s\n",
-			strerror(errno)));
+		DBG_WARNING("gpfs_set_times() returned with error %s for %s\n",
+			    strerror(errno),
+			    path);
 	}
 
 	return rc;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list