[Webkit-unassigned] [Bug 143200] Use st_mtime instead of st_atime to track file access time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 29 16:36:35 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143200

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #249701|review?                     |review+
              Flags|                            |

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 249701
  --> https://bugs.webkit.org/attachment.cgi?id=249701
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=249701&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.cpp:592
> +    // Modificiation time is updated on read. Don't use access time since OS may update it automatically on any read.

Typo: Modificiation

Comment is unclear. When you say “is updated on read” you mean “is updated by WebKit cache code when it reads an item from the cache”, but it sounds like “is updated by the file system when any process reads the file”.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150329/cbe74e4a/attachment-0002.html>


More information about the webkit-unassigned mailing list