Changeset 1ac1ab4 in mainline for uspace/lib/ext4/libext4_extent.h


Ignore:
Timestamp:
2012-03-31T20:00:15Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2fa350
Parents:
38384ae
Message:

simplied headers of more functions, improved bg_ref and inode_ref structures, added block group checksumming and fixed bug in block_group values updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_extent.h

    r38384ae r1ac1ab4  
    6161extern void ext4_extent_header_set_generation(ext4_extent_header_t *, uint32_t);
    6262
    63 extern int ext4_extent_find_block(ext4_filesystem_t *, ext4_inode_ref_t *,
    64                 uint32_t, uint32_t *);
     63extern int ext4_extent_find_block(ext4_inode_ref_t *, uint32_t, uint32_t *);
    6564#endif
    6665
Note: See TracChangeset for help on using the changeset viewer.