diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-08-23 22:31:53 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-08 01:42:11 -0700 |
commit | 1a2db6ed799d9ce05232422f5d5094da4fd5c35c (patch) | |
tree | bbedd58968c97d84d3b553bd195d6bd018dd7020 /doc | |
parent | 29c282b1605afe6d6016660e21018e1954ce0a79 (diff) |
performance/stat-prefetch: implement sp_rmdir.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/stat-prefetch-design.txt b/doc/stat-prefetch-design.txt index 65f1b9227..13abc5297 100644 --- a/doc/stat-prefetch-design.txt +++ b/doc/stat-prefetch-design.txt @@ -66,6 +66,8 @@ fops to be implemented: fds opened on parent inode. 2. Remove the entire cache from all fds opened on inode corresponding to directory being removed. + 3. Delete the entry correspondig to basename of parent from cache stored in + grand-parent. * readv Delete the entry corresponding to basename from cache stored in context of fds |