Changeset 5b16912 in mainline for uspace/lib/ext4/libext4_filesystem.h


Ignore:
Timestamp:
2012-04-07T13:22:50Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce6de59
Parents:
c6a44a3
Message:

Moved append block function because of more common usage in the next commits

File:
1 edited

Legend:

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

    rc6a44a3 r5b16912  
    5757extern int ext4_filesystem_release_inode_block(
    5858                ext4_inode_ref_t *, uint32_t);
     59extern int ext4_filesystem_append_inode_block(ext4_inode_ref_t *,
     60                uint32_t *, uint32_t *);
     61
    5962extern int ext4_filesystem_add_orphan(ext4_inode_ref_t *);
    6063extern int ext4_filesystem_delete_orphan(ext4_inode_ref_t *);
Note: See TracChangeset for help on using the changeset viewer.