Changeset 63ffffd in mainline for uspace/srv/fs/minixfs/mfs_super.c


Ignore:
Timestamp:
2011-03-04T18:53:02Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ffbbc1
Parents:
7413683
Message:

MFSv3 superblock structure is different than V1/V2 superblock

File:
1 edited

Legend:

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

    r7413683 r63ffffd  
    4747        devmap_handle_t devmap_handle = (devmap_handle_t) IPC_GET_ARG1(*request);
    4848        enum cache_mode cmode; 
    49         struct mfs_superblock *sp;
     49        struct mfs3_superblock *sp;
    5050        bool native;
    5151        mfs_version_t version;
Note: See TracChangeset for help on using the changeset viewer.