Changeset 7cb975e in mainline


Ignore:
Timestamp:
2011-03-26T10:39: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:
557ea4f6
Parents:
41202a9
Message:

Bug fix: the driver didn't read the number of hard links of version 1 inodes.

File:
1 edited

Legend:

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

    r41202a9 r7cb975e  
    7171        ino_i->i_size = conv32(sbi->native, ino->i_size);
    7272        ino_i->i_mtime = conv32(sbi->native, ino->i_mtime);
     73        ino_i->i_nlinks = ino->i_nlinks;
    7374
    7475        for (i = 0; i < V1_NR_DIRECT_ZONES; ++i)
Note: See TracChangeset for help on using the changeset viewer.