summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-18 23:53:32 +0000
committerMiles Bader <miles@gnu.org>1996-01-18 23:53:32 +0000
commit2c06b6c6bfe7053a89ce14a25c8443da7167d6bc (patch)
tree8093e28c3bdff03d45b5d6086c56b6b4b0f4f1d7 /ext2fs
parent8639f9558cc6dcd3e27cf1197aee3afa4b23f808 (diff)
(struct disknode): Get rid of last_block_allocated field.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/ext2fs.h6
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