diff options
Diffstat (limited to 'doc/stat-prefetch-design.txt')
-rw-r--r-- | doc/stat-prefetch-design.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/stat-prefetch-design.txt b/doc/stat-prefetch-design.txt index 90992cf11c8..8d3896f2633 100644 --- a/doc/stat-prefetch-design.txt +++ b/doc/stat-prefetch-design.txt @@ -129,10 +129,8 @@ fops to be implemented: fds opened on parent inode, since st_atime is changed during this call. * xattrop/fxattrop - These calls modify various times of stat structure, hence appropriate entries - have to be removed from the cache. I am leaving these calls unimplemented in - stat-prefetch for timebeing. Once we have a working translator, these five fops - will be implemented. + Delete the entry corresponding to basename from cache stored in context of fds + opened on parent inode, since these calls modify st_ctime of file. callbacks to be implemented: ======================= |