Changeset e68c834 in mainline for uspace/lib/ext4/libext4_directory.c


Ignore:
Timestamp:
2011-10-10T06:48:16Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a68fe5
Parents:
1114173
Message:

More functions ported from ext2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_directory.c

    r1114173 re68c834  
    142142                }
    143143
     144                EXT4FS_DBG("next_block_phys_idx: \%d", next_block_phys_idx);
     145
    144146                rc = block_get(&it->current_block, it->fs->device, next_block_phys_idx,
    145147                    BLOCK_FLAGS_NONE);
     
    151153
    152154        it->current_offset = pos;
     155
    153156        return ext4_directory_iterator_set(it, block_size);
    154157}
Note: See TracChangeset for help on using the changeset viewer.