diff options
author | Miles Bader <miles@gnu.org> | 1996-07-20 06:44:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-20 06:44:50 +0000 |
commit | 0f8d7e5a63ed70582671ff6c91386e59ff3c6f14 (patch) | |
tree | fea7c18f02e2ca41d75809d61e09d656b867266d /ext2fs | |
parent | df953458fd3dfb7eccc9bf716e613d5caebedd94 (diff) |
(diskfs_cached_lookup): Don't initialize debugging info.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/inode.c | 4 |
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); |