Changeset e2f20b9e in mainline for uspace/lib/ext4/src/superblock.c
- Timestamp:
- 2018-12-13T13:29:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ea5e7a
- Parents:
- 91fcbabc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/superblock.c
r91fcbabc re2f20b9e 1394 1394 { 1395 1395 sb->reserved_gdt_blocks = host2uint32_t_le(n); 1396 } 1397 1398 /** Get the size of the flex groups 1399 * 1400 * @param sb Pointer to the superblock 1401 * 1402 * @return Size of the flex groups 1403 */ 1404 uint32_t ext4_superblock_get_flex_group_size(ext4_superblock_t *sb) 1405 { 1406 return 2 << sb->log_groups_per_flex; 1396 1407 } 1397 1408
Note:
See TracChangeset
for help on using the changeset viewer.