Changeset 829d238 in mainline for uspace/lib/ext4/libext4_filesystem.h


Ignore:
Timestamp:
2011-10-10T18:55:04Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d52126b
Parents:
7b9381b
Message:

Basic extent structures + applied bugfix from M. Lombardi

File:
1 edited

Legend:

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

    r7b9381b r829d238  
    109109extern int ext4_filesystem_get_block_group_ref(ext4_filesystem_t *, uint32_t,
    110110    ext4_block_group_ref_t **);
     111extern int ext4_filesystem_put_block_group_ref(ext4_block_group_ref_t *);
    111112extern int ext4_filesystem_get_inode_ref(ext4_filesystem_t *, uint32_t,
    112113                ext4_inode_ref_t **);
Note: See TracChangeset for help on using the changeset viewer.