Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/kinit/fstype/ext2_fs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 1  Line 1 
1    #ifndef __EXT2_FS_H
2    #define __EXT2_FS_H
3    
4  /*  /*
5   * The second extended file system magic number   * The second extended file system magic number
6   */   */
# Line 77  struct ext2_super_block { Line 80  struct ext2_super_block {
80   __le32 s_first_meta_bg; /* First metablock block group */   __le32 s_first_meta_bg; /* First metablock block group */
81   __u32 s_reserved[190]; /* Padding to the end of the block */   __u32 s_reserved[190]; /* Padding to the end of the block */
82  };  };
83    
84    #endif /* __EXT2_FS_H */

Legend:
Removed from v.814  
changed lines
  Added in v.815