diff options
author | Miles Bader <miles@gnu.org> | 1996-01-18 23:53:32 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-18 23:53:32 +0000 |
commit | 2c06b6c6bfe7053a89ce14a25c8443da7167d6bc (patch) | |
tree | 8093e28c3bdff03d45b5d6086c56b6b4b0f4f1d7 | |
parent | 8639f9558cc6dcd3e27cf1197aee3afa4b23f808 (diff) |
(struct disknode): Get rid of last_block_allocated field.
-rw-r--r-- | ext2fs/ext2fs.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |