summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-12 15:03:05 -0700
committerJeremy Allison <jra@samba.org>2008-09-12 15:03:05 -0700
commit9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d (patch)
treea6b91e6443010e3bda0a08e2071e6a4f8995d734
parent37fcc9dc462dfb006fdac294e49c0dae7588c103 (diff)
downloadsamba-9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d.tar.gz
Modify a comment to make things clearer.
Jeremy.
-rw-r--r--source/smbd/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/smbd/fileio.c b/source/smbd/fileio.c
index 095841825a5..60aeeef1e24 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;
}