Changeset e2ad8e4 in mainline for uspace/srv/fs/minixfs/mfs_inode.h


Ignore:
Timestamp:
2011-02-27T20:31:49Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7de65cd
Parents:
c2eef61c
Message:

Add MinixFS superblock structure definition.

File:
1 edited

Legend:

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

    rc2eef61c re2ad8e4  
    1 #ifndef _INODE_H_
    2 #define _INODE_H_
     1#ifndef _MFS_INODE_H_
     2#define _MFS_INODE_H_
    33
    44#include "mfs_const.h"
     
    1717        /*Block nums for direct, indirect, and double indirect zones.*/
    1818        uint32_t        zone[V2_NR_TZONES];
    19 };
     19} __attribute__ ((packed));
    2020
    2121#endif
Note: See TracChangeset for help on using the changeset viewer.