diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-16 19:29:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-16 19:29:10 +0000 |
commit | 3253be7adbbd15ded4879c623439bfe38f9776ba (patch) | |
tree | d8e445163aa8fa8c3ce396152aae67e588a51c2e /libdiskfs | |
parent | 01d62b491d6fc9b4eecb226dff2c58bc435bd388 (diff) |
(diskfs_dirremove): Never mind.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dirremove.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdiskfs/dirremove.c b/libdiskfs/dirremove.c index d2ca0b5a..8970d19a 100644 --- a/libdiskfs/dirremove.c +++ b/libdiskfs/dirremove.c @@ -38,8 +38,6 @@ diskfs_dirremove (struct node *dp, diskfs_purge_lookup_cache (dp, np); err = diskfs_dirremove_hard (dp, ds); - if (!err) - dn->dn_set_mtime = 1; if (!err && dp->dirmod_reqs) diskfs_notice_dirchange (dp, DIR_CHANGED_UNLINK, name); |