summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
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