Changeset 2f619d5 in mainline
- Timestamp:
- 2012-03-05T10:40:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60b8b99
- Parents:
- e8d054a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/ext4/libext4_directory_index.c ¶
re8d054a r2f619d5 808 808 809 809 while (dx_it <= dx_block) { 810 EXT4FS_DBG("dirty = \%s, refcount = \%u", dx_it->block->dirty ? "true" : "false", dx_it->block->refcnt);811 810 rc = block_put(dx_it->block); 812 811 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.