diff options
-rw-r--r-- | ext2fs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext2fs/inode.c b/ext2fs/inode.c index 2afe44cd..85dbf11a 100644 --- a/ext2fs/inode.c +++ b/ext2fs/inode.c @@ -249,7 +249,6 @@ read_disknode (struct node *np) /* Set these to conservative values. */ dn->last_page_partially_writable = 0; - dn->last_block_allocated = 1; np->allocsize = np->dn_stat.st_size; offset = np->allocsize & ((1 << log2_block_size) - 1); |