Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77887
b: refs/heads/master
c: 91b51a0
h: refs/heads/master
i:
  77885: 67c4826
  77883: 1da4838
  77879: 331e584
  77871: b58a859
  77855: 7a474b2
  77823: 6823498
v: v3
  • Loading branch information
Coly Li authored and Theodore Ts'o committed Jan 29, 2008
1 parent 9151c19 commit d53ca2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe7fdc37b5404afb068f928ceba7c3e591b501ca
refs/heads/master: 91b51a018d7711b20e9e0bb14c3d790de4e310d4
5 changes: 5 additions & 0 deletions trunk/include/linux/ext4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ struct ext4_group_desc
__le32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
__le32 bg_inode_bitmap_hi; /* Inodes bitmap block MSB */
__le32 bg_inode_table_hi; /* Inodes table block MSB */
__le16 bg_free_blocks_count_hi;/* Free blocks count MSB */
__le16 bg_free_inodes_count_hi;/* Free inodes count MSB */
__le16 bg_used_dirs_count_hi; /* Directories count MSB */
__le16 bg_itable_unused_hi; /* Unused inodes count MSB */
__u32 bg_reserved2[3];
};

#define EXT4_BG_INODE_UNINIT 0x0001 /* Inode table/bitmap not in use */
Expand Down

0 comments on commit d53ca2e

Please sign in to comment.