summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/dir.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext2fs/dir.c b/ext2fs/dir.c
index 4b16c665..51d68539 100644
--- a/ext2fs/dir.c
+++ b/ext2fs/dir.c
@@ -1,7 +1,6 @@
/* Directory management routines
- Copyright (C) 1994,95,96,97,98,99,2000 Free Software Foundation, Inc.
-
+ Copyright (C) 1994,95,96,97,98,99,2000,01 Free Software Foundation, Inc.
Converted for ext2fs by Miles Bader <miles@gnu.org>
This program is free software; you can redistribute it and/or
@@ -703,8 +702,6 @@ diskfs_dirremove_hard (struct node *dp, struct dirstat *ds)
assert (!diskfs_readonly);
- dp->dn_set_mtime = 1;
-
if (ds->preventry == 0)
ds->entry->inode = 0;
else