Modify a comment to make things clearer.
authorJeremy Allison <jra@samba.org>
Fri, 12 Sep 2008 22:04:11 +0000 (15:04 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Sep 2008 08:59:16 +0000 (10:59 +0200)
Jeremy.
(cherry picked from commit 46a5c08b101f1c218ecd6397614dde1d13a9077a)

source/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) {
                /*
-                * 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;
        }