Changeset 3712434 in mainline for uspace/lib/ext4/libext4_filesystem.c
- Timestamp:
- 2011-10-05T12:48:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b9d37bb
- Parents:
- 3711e7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_filesystem.c
r3711e7e r3712434 159 159 160 160 /* Block group descriptor table starts at the next block after superblock */ 161 block_id = ext4_superblock_get_first_ block(fs->superblock) + 1;161 block_id = ext4_superblock_get_first_data_block(fs->superblock) + 1; 162 162 163 163 /* Find the block containing the descriptor we are looking for */
Note:
See TracChangeset
for help on using the changeset viewer.