diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:45:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:45:59 +0000 |
commit | 7e26e31e0710670a56ba926330beeff23f62fb27 (patch) | |
tree | ca1717cc41c9e83fd780e63f56f13fd981d95d02 /libdiskfs | |
parent | c062044c695799f128acfb20512cd75a6127cc1b (diff) |
(diskfs_rename_dir): Don't frob cache here.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-renamed.c | 2 |
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); |