From 1a2db6ed799d9ce05232422f5d5094da4fd5c35c Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Sun, 23 Aug 2009 22:31:53 +0000 Subject: performance/stat-prefetch: implement sp_rmdir. Signed-off-by: Anand V. Avati BUG: 221 (stat prefetch implementation) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=221 --- doc/stat-prefetch-design.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit