From 0f8d7e5a63ed70582671ff6c91386e59ff3c6f14 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 20 Jul 1996 06:44:50 +0000 Subject: (diskfs_cached_lookup): Don't initialize debugging info. --- ext2fs/inode.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext2fs/inode.c') 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); -- cgit v1.2.3