[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1115-g1fb916b

Jeremy Allison jra at samba.org
Fri Aug 21 22:54:32 MDT 2009


The branch, master has been updated
       via  1fb916babdbfe5eb780d1388b38dc5cc05463819 (commit)
      from  1af0aa92b3f3467715f6ffbfedf66df1acc0a83c (commit)

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


- Log -----------------------------------------------------------------
commit 1fb916babdbfe5eb780d1388b38dc5cc05463819
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Aug 21 21:53:37 2009 -0700

    Log debug message when hires timestamps are available on the
    share.
    Jeremy.

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

Summary of changes:
 source3/smbd/service.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 6254d75..36b783e 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -1025,6 +1025,10 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
 		 * as on Linux ext3 doesn't have hires timestamps, but
 		 * ext4 does, so a compile time test won't work. JRA.
 		 */
+		DEBUG(10,("make_connection_snum: hires timestamps "
+			"available on share %s, directory %s\n",
+			lp_servicename(snum),
+			conn->connectpath ));
 		conn->hires_timestamps_avail = true;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list