diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:45:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:45:40 +0000 |
commit | c062044c695799f128acfb20512cd75a6127cc1b (patch) | |
tree | fe2cdf361f81947a9426accb23f6721ce692d41b /libdiskfs | |
parent | b560fac2a5974d03072d880aba47866eb0670375 (diff) |
(diskfs_S_dir_rename): Don't frob cache here.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-rename.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/dir-rename.c b/libdiskfs/dir-rename.c index 4693bc6f..5b4460c3 100644 --- a/libdiskfs/dir-rename.c +++ b/libdiskfs/dir-rename.c @@ -168,7 +168,6 @@ diskfs_S_dir_rename (struct protid *fromcred, diskfs_nrele (fnp); return err; } - diskfs_enter_cache (tdp, fnp, toname); /* We now hold no locks */ |