Changeset 82cb6768 in mainline for uspace/lib/ext4/libext4_balloc.h


Ignore:
Timestamp:
2012-04-10T20:01:46Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2a3e57
Parents:
b73530a
Message:

debugged version of splitting root extent node

File:
1 edited

Legend:

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

    rb73530a r82cb6768  
    4141                uint32_t , uint32_t);
    4242extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
    43 extern int ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t);
     43extern int ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t, bool *);
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.