Ignore:
Timestamp:
2011-10-06T09:48:53Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1114173
Parents:
3712434
Message:

mounting + list of mounted directory (ported from ext2) - many TODO remaining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_superblock.h

    r3712434 r9b9d37bb  
    140140#define EXT4_SUPERBLOCK_SIZE            1024
    141141#define EXT4_SUPERBLOCK_OFFSET          1024
     142
     143#define EXT4_SUPERBLOCK_OS_LINUX        0
     144#define EXT4_SUPERBLOCK_OS_HURD         1
    142145
    143146extern uint32_t ext4_superblock_get_inodes_count(ext4_superblock_t *);
Note: See TracChangeset for help on using the changeset viewer.