Changeset b6d7b7c in mainline for uspace/lib/ext4/libext4_filesystem.c


Ignore:
Timestamp:
2012-04-14T16:29:09Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1df3f57a
Parents:
831507b
Message:

debugged block appending to extent + directory index initialization

File:
1 edited

Legend:

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

    r831507b rb6d7b7c  
    594594                rc = ext4_extent_find_block(inode_ref, iblock, &current_block);
    595595
    596                 EXT4FS_DBG("ext: loading iblock \%u, address \%u", (uint32_t)iblock, current_block);
    597 
    598596                if (rc != EOK) {
    599597                        return rc;
Note: See TracChangeset for help on using the changeset viewer.