Changeset 4dc6a32 in mainline for uspace/lib/ext2/libext2_filesystem.c


Ignore:
Timestamp:
2011-03-08T21:26:08Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b83e16ff
Parents:
163cf12
Message:

ext2fs server now (almost, as it is not synchronized yet) supports mounting and basic reading of directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_filesystem.c

    r163cf12 r4dc6a32  
    232232       
    233233        newref->inode = newref->block->data + offset_in_block;
     234        newref->index = index+1; // we decremented index above
    234235       
    235236        *ref = newref;
Note: See TracChangeset for help on using the changeset viewer.