From 2c06b6c6bfe7053a89ce14a25c8443da7167d6bc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 18 Jan 1996 23:53:32 +0000 Subject: (struct disknode): Get rid of last_block_allocated field. --- ext2fs/ext2fs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext2fs/ext2fs.h') diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index 543c2aac..b0aab284 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -166,12 +166,6 @@ struct disknode /* True if the last page of the file has been made writable, but is only partially allocated. */ int last_page_partially_writable; - - /* True if the last block of this file (the one ending at allocsize bytes) - has actually been allocated. We must eventually do so to maintain a - consistent on-disk state, but delaying it can improveme allocation, and - it's an inconsistency easily fixed by fsck. */ - int last_block_allocated; }; struct user_pager_info -- cgit v1.2.3