From: Jeremy Allison Date: Fri, 12 Sep 2008 22:03:05 +0000 (-0700) Subject: Modify a comment to make things clearer. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d;p=thirdparty%2Fsamba.git Modify a comment to make things clearer. Jeremy. --- 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; }