Changeset d0f3692 in mainline


Ignore:
Timestamp:
2011-04-09T16:50:42Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce45f19
Parents:
668f1949
Message:

Fix bug when reading V3 dentries on disk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_dentry.c

    r668f1949 rd0f3692  
    6666
    6767                d3 = b->data + (dentry_off * MFS3_DIRSIZE);
    68                 d3 += dentry_off;
     68
    6969                d_info->d_inum = conv32(sbi->native, d3->d_inum);
    7070                memcpy(d_info->d_name, d3->d_name, MFS3_MAX_NAME_LEN);
Note: See TracChangeset for help on using the changeset viewer.