Modify a comment to make things clearer.
authorJeremy Allison <jra@samba.org>
Fri, 12 Sep 2008 22:03:05 +0000 (15:03 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 12 Sep 2008 22:03:05 +0000 (15:03 -0700)
Jeremy.
(This used to be commit 9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d)

source3/smbd/fileio.c

index 095841825a5e34ef2132a15741e320fc7e796c07..60aeeef1e24fdf9e8df1505803314c6a189250fa 100644 (file)
@@ -204,7 +204,9 @@ void trigger_write_time_update(struct files_struct *fsp)
 
        if (fsp->update_write_time_triggered) {
                /*
 
        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;
        }
                 */
                return;
        }