[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4160-g9d55ca8

Jeremy Allison jra at samba.org
Fri Sep 12 23:03:13 GMT 2008


The branch, v3-devel has been updated
       via  9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d (commit)
      from  37fcc9dc462dfb006fdac294e49c0dae7588c103 (commit)

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


- Log -----------------------------------------------------------------
commit 9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Sep 12 15:03:05 2008 -0700

    Modify a comment to make things clearer.
    Jeremy.

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

Summary of changes:
 source/smbd/fileio.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/fileio.c b/source/smbd/fileio.c
index 0958418..60aeeef 100644
--- a/source/smbd/fileio.c
+++ b/source/smbd/fileio.c
@@ -204,7 +204,9 @@ void trigger_write_time_update(struct files_struct *fsp)
 
 	if (fsp->update_write_time_triggered) {
 		/*
-		 * No point - an event is already scheduled.
+		 * We only update the write time
+		 * on the first write. After that
+		 * no other writes affect this.
 		 */
 		return;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list