Changeset c2fcfc0 in mainline


Ignore:
Timestamp:
2011-05-08T16:42:05Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff2e72e
Parents:
40949d5
Message:

Fix inode corruption bug in V2/V3 code path

File:
1 edited

Legend:

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

    r40949d5 rc2fcfc0  
    277277
    278278        ino2->i_mode = conv16(native, ino_i->i_mode);
    279         ino2->i_nlinks = conv16(native, ino_i->i_mode);
     279        ino2->i_nlinks = conv16(native, ino_i->i_nlinks);
    280280        ino2->i_uid = conv16(native, ino_i->i_uid);
    281281        ino2->i_gid = conv16(native, ino_i->i_gid);
Note: See TracChangeset for help on using the changeset viewer.