Changeset e68c834 in mainline for uspace/lib/ext4/libext4_directory.c
- Timestamp:
- 2011-10-10T06:48:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a68fe5
- Parents:
- 1114173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_directory.c
r1114173 re68c834 142 142 } 143 143 144 EXT4FS_DBG("next_block_phys_idx: \%d", next_block_phys_idx); 145 144 146 rc = block_get(&it->current_block, it->fs->device, next_block_phys_idx, 145 147 BLOCK_FLAGS_NONE); … … 151 153 152 154 it->current_offset = pos; 155 153 156 return ext4_directory_iterator_set(it, block_size); 154 157 }
Note:
See TracChangeset
for help on using the changeset viewer.