Changeset b6d7b7c in mainline for uspace/lib/ext4/libext4_directory.c
- Timestamp:
- 2012-04-14T16:29:09Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1df3f57a
- Parents:
- 831507b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_directory.c
r831507b rb6d7b7c 372 372 } 373 373 374 EXT4FS_DBG("loaded");375 376 374 // Fill block with zeroes 377 375 memset(new_block->data, 0, block_size); 378 376 ext4_directory_entry_ll_t *block_entry = new_block->data; 379 377 ext4_directory_write_entry(fs->superblock, block_entry, block_size, child, name, name_len); 380 381 EXT4FS_DBG("written");382 378 383 379 // Save new block … … 387 383 return rc; 388 384 } 389 390 EXT4FS_DBG("returning");391 385 392 386 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.