diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-17 00:30:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-17 00:30:04 +0000 |
commit | 123f386fb9736cd6e57fade279e4990cb9d4a499 (patch) | |
tree | df2ec18a012ccbc8e56410b440288881a9408c1a /ext2fs/dir.c | |
parent | 57c69c8a23fb942f45bcb1fa063f320bc321f231 (diff) |
2001-08-16 Roland McGrath <roland@frob.com>
* dir.c (diskfs_dirremove_hard): Remove redundant DP->dn_set_mtime set.
Noticed by Marcus Brinkmann.
Diffstat (limited to 'ext2fs/dir.c')
-rw-r--r-- | ext2fs/dir.c | 5 |
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 |