summaryrefslogtreecommitdiff
path: root/libdiskfs/dir-renamed.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-20 20:45:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-20 20:45:59 +0000
commit7e26e31e0710670a56ba926330beeff23f62fb27 (patch)
treeca1717cc41c9e83fd780e63f56f13fd981d95d02 /libdiskfs/dir-renamed.c
parentc062044c695799f128acfb20512cd75a6127cc1b (diff)
(diskfs_rename_dir): Don't frob cache here.
Diffstat (limited to 'libdiskfs/dir-renamed.c')
-rw-r--r--libdiskfs/dir-renamed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdiskfs/dir-renamed.c b/libdiskfs/dir-renamed.c
index edde2874..d7da1d07 100644
--- a/libdiskfs/dir-renamed.c
+++ b/libdiskfs/dir-renamed.c
@@ -192,8 +192,6 @@ diskfs_rename_dir (struct node *fdp, struct node *fnp, char *fromname,
if (err)
goto out;
- diskfs_enter_cache (tdp, fnp, toname);
-
/* 4: Remove the entry in fdp. */
ds = buf;
mutex_unlock (&fnp->lock);