Changeset e5f8762 in mainline for uspace/lib/ext4/libext4_directory.c
- Timestamp:
- 2011-11-27T12:16:40Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4d2954
- Parents:
- 5f6cb14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_directory.c
r5f6cb14 re5f8762 317 317 } 318 318 319 if (rc != EOK) {320 ext4_directory_iterator_fini(&it);321 return rc;322 }323 324 319 // TODO modify HTREE index if exists 325 320
Note:
See TracChangeset
for help on using the changeset viewer.