summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-12 15:04:11 -0700
committerKarolin Seeger <kseeger@samba.org>2008-09-15 10:59:16 +0200
commitcad8e9f04466241ba2d88df75c31779b77873bbb (patch)
tree0b7292fcb56ab878cde3579ed7c51bfa82fd2196 /source
parentca377e8bd68025bb89cc25ea64a55aa0a4b4c360 (diff)
downloadsamba-cad8e9f04466241ba2d88df75c31779b77873bbb.tar.gz
samba-cad8e9f04466241ba2d88df75c31779b77873bbb.tar.xz
samba-cad8e9f04466241ba2d88df75c31779b77873bbb.zip
Modify a comment to make things clearer.
Jeremy. (cherry picked from commit 46a5c08b101f1c218ecd6397614dde1d13a9077a)
Diffstat (limited to 'source')
-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;
}