summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
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
commitc7b75de96269e55f07a3e788e5c99067e291e069 (patch)
tree6a95434513fd48f53cfb885a84177ce054a7d419 /source3/smbd/fileio.c
parentffbc38abe116fb6edc1739c6440207edc8230de9 (diff)
downloadsamba-c7b75de96269e55f07a3e788e5c99067e291e069.tar.gz
samba-c7b75de96269e55f07a3e788e5c99067e291e069.tar.bz2
samba-c7b75de96269e55f07a3e788e5c99067e291e069.zip
Modify a comment to make things clearer.
Jeremy. (This used to be commit 9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d)
Diffstat (limited to 'source3/smbd/fileio.c')
-rw-r--r--source3/smbd/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c
index 095841825a..60aeeef1e2 100644
--- a/source3/smbd/fileio.c
+++ b/source3/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;
}