The branch, v3-2-test has been updated
       via  46a5c08b101f1c218ecd6397614dde1d13a9077a (commit)
      from  fe280993dea71b87b6042d6aded389b10bcd0b56 (commit)

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


- Log -----------------------------------------------------------------
commit 46a5c08b101f1c218ecd6397614dde1d13a9077a
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Fri Sep 12 15:04:11 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

Reply via email to