Changeset 3712434 in mainline for uspace/lib/ext4/libext4_filesystem.c


Ignore:
Timestamp:
2011-10-05T12:48:33Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b9d37bb
Parents:
3711e7e
Message:

Added more getters on basic ext4 structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_filesystem.c

    r3711e7e r3712434  
    159159
    160160        /* 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;
    162162
    163163        /* Find the block containing the descriptor we are looking for */
Note: See TracChangeset for help on using the changeset viewer.