git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbc38a
)
Modify a comment to make things clearer.
author
Jeremy Allison
<jra@samba.org>
Fri, 12 Sep 2008 22:03:05 +0000
(15:03 -0700)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/source3/smbd/fileio.c
b/source3/smbd/fileio.c
index 095841825a5e34ef2132a15741e320fc7e796c07..60aeeef1e24fdf9e8df1505803314c6a189250fa 100644
(file)
--- 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;
}