diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-08-23 22:36:47 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-08 01:42:50 -0700 |
commit | 5e89bf62f8fb7a2a863f8b0c08ee1815a5aa5b38 (patch) | |
tree | 0efde0eb7cea5b2a8656179612daa73d939f5385 /doc | |
parent | 284b42546e01f81e53b45695de1b4c893c98f418 (diff) |
performance/stat-prefetch: implement sp_xattrop.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 221 (stat prefetch implementation)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=221
Diffstat (limited to 'doc')
-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 90992cf11..8d3896f26 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: ======================= |