aboutsummaryrefslogtreecommitdiff
path: root/toys/e2fs.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-04-18 21:39:46 -0400
committerRob Landley <rob@landley.net>2007-04-18 21:39:46 -0400
commit8f4119a5a68b4fcec6543b593e90271faff11005 (patch)
tree3fdba86d793b6af67026d4625c0f338ebb1ce85b /toys/e2fs.h
parentd989df3d7dcc6ea39604972bb1dfe46595a6a9e2 (diff)
downloadtoybox-8f4119a5a68b4fcec6543b593e90271faff11005.tar.gz
Next iteration of mke2fs development.
Diffstat (limited to 'toys/e2fs.h')
-rw-r--r--toys/e2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/e2fs.h b/toys/e2fs.h
index 08d3a901..13474804 100644
--- a/toys/e2fs.h
+++ b/toys/e2fs.h
@@ -100,7 +100,7 @@ struct ext2_inode {
uint32_t generation; // File version (for NFS)
uint32_t file_acl; // File ACL
uint32_t dir_acl; // Directory ACL (or top bits of file length)
- uint32_t faddr; // Fragment address
+ uint32_t faddr; // Last block in file
uint8_t frag; // Fragment number
uint8_t fsize; // Fragment size
uint16_t pad1;