Changeset 70253688 in mainline for uspace/lib/ext4/libext4_filesystem.c
- Timestamp:
- 2012-09-07T08:12:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e0c836e8
- Parents:
- 131d9a4 (diff), 8cf4823 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_filesystem.c
r131d9a4 r70253688 1284 1284 block_t *block; 1285 1285 while (level > 0) { 1286 1287 /* Sparse check */ 1288 if (current_block == 0) 1289 return EOK; 1290 1286 1291 int rc = block_get(&block, fs->device, current_block, 0); 1287 1292 if (rc != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.