diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:47:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-20 20:47:03 +0000 |
commit | 11d26ee518f43d0a7d4ce73192a59cdc12afd758 (patch) | |
tree | 1ec7f788528cdd644aa177a7a115f9296eae4565 /libdiskfs/dir-rename.c | |
parent | 5a8e319724f3db7673c8b0ebc915b56f08e0c5ef (diff) |
(diskfs_S_dir_rename): Don't frob cache here.
Diffstat (limited to 'libdiskfs/dir-rename.c')
-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 5b4460c3..fd15e82e 100644 --- a/libdiskfs/dir-rename.c +++ b/libdiskfs/dir-rename.c @@ -144,7 +144,6 @@ diskfs_S_dir_rename (struct protid *fromcred, if (tnp) { - diskfs_purge_cache (tdp, tnp); err = diskfs_dirrewrite (tdp, fnp, ds); if (!err) { |