aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/inode.c')
-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);