summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-20 06:44:50 +0000
committerMiles Bader <miles@gnu.org>1996-07-20 06:44:50 +0000
commit0f8d7e5a63ed70582671ff6c91386e59ff3c6f14 (patch)
treefea7c18f02e2ca41d75809d61e09d656b867266d /ext2fs
parentdf953458fd3dfb7eccc9bf716e613d5caebedd94 (diff)
(diskfs_cached_lookup): Don't initialize debugging info.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/inode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext2fs/inode.c b/ext2fs/inode.c
index 4936cab7..c889aa06 100644
--- a/ext2fs/inode.c
+++ b/ext2fs/inode.c
@@ -76,10 +76,6 @@ diskfs_cached_lookup (int inum, struct node **npp)
dn->pager = 0;
rwlock_init (&dn->alloc_lock);
pokel_init (&dn->indir_pokel, disk_pager, disk_image);
-
- bzero (&dn->last_acts, sizeof dn->last_acts);
- bzero (&dn->last_addrs, sizeof dn->last_addrs);
- dn->last_offs = 0;
/* Create the new node. */
np = diskfs_make_node (dn);