From 123f386fb9736cd6e57fade279e4990cb9d4a499 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Aug 2001 00:30:04 +0000 Subject: 2001-08-16 Roland McGrath * dir.c (diskfs_dirremove_hard): Remove redundant DP->dn_set_mtime set. Noticed by Marcus Brinkmann. --- ext2fs/dir.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ext2fs/dir.c') 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 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 -- cgit v1.2.3