Changeset 7bc4508 in mainline for uspace/lib/ext4/libext4_inode.c


Ignore:
Timestamp:
2011-10-18T19:58:36Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bd2c19
Parents:
12f55220
Message:

First part of reading htree directory index - the most important functionality (computing hashes) still missing

File:
1 edited

Legend:

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

    r12f55220 r7bc4508  
    176176
    177177// Flags checker
    178 bool ext4_inode_has_flag(ext4_inode_t *inode, uint32_t flag) {
     178bool ext4_inode_has_flag(ext4_inode_t *inode, uint32_t flag)
     179{
    179180        if (ext4_inode_get_flags(inode) & flag) {
    180181                return true;
Note: See TracChangeset for help on using the changeset viewer.