Changeset e80b1de in mainline


Ignore:
Timestamp:
2011-03-07T20:03:45Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc99ed6
Parents:
e2267e82
Message:

Fix V3 superblock structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/minix/minix.h

    re2267e82 re80b1de  
    107107        /*Total number of inodes on the device*/
    108108        uint32_t        s_ninodes;
     109        uint16_t        s_pad0;
    109110        /*Number of inode bitmap blocks*/
    110111        int16_t         s_ibmap_blocks;
     
    115116        /*Base 2 logarithm of the zone to block ratio*/
    116117        int16_t         s_log2_zone_size;
    117         int16_t         s_pad;
     118        int16_t         s_pad1;
    118119        /*Maximum file size expressed in bytes*/
    119120        int32_t         s_max_file_size;
Note: See TracChangeset for help on using the changeset viewer.