Changeset b6d7b7c in mainline for uspace/lib/ext4/libext4_directory.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_directory.c

    r831507b rb6d7b7c  
    372372        }
    373373
    374         EXT4FS_DBG("loaded");
    375 
    376374        // Fill block with zeroes
    377375        memset(new_block->data, 0, block_size);
    378376        ext4_directory_entry_ll_t *block_entry = new_block->data;
    379377        ext4_directory_write_entry(fs->superblock, block_entry, block_size, child, name, name_len);
    380 
    381         EXT4FS_DBG("written");
    382378
    383379        // Save new block
     
    387383                return rc;
    388384        }
    389 
    390         EXT4FS_DBG("returning");
    391385
    392386        return EOK;
Note: See TracChangeset for help on using the changeset viewer.