1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Modify a comment to make things clearer.

Jeremy.
(This used to be commit 9d55ca85ff)
This commit is contained in:
Jeremy Allison 2008-09-12 15:03:05 -07:00
parent ffbc38abe1
commit c7b75de962

View 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;
}