~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to ext2ed/doc/ext2ed-design.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-08 20:32:11 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808203211-w72lpsd9q7o3bw6x
Tags: 1.41.0-3ubuntu1
* Merge from Debian unstable (LP: #254152, #246461), remaining changes:
  - Do not build-depend on dietlibc-dev, which is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2722
2722
                struct {
2723
2723
                        __u32  h_i_translator;
2724
2724
                } hurd1;
2725
 
                struct {
2726
 
                        __u32  m_i_reserved1;
2727
 
                } masix1;
2728
2725
        } osd1;                         /* OS dependent 1 */
2729
2726
        __u32   i_block[EXT2_N_BLOCKS]; /* Pointers to blocks */
2730
2727
        __u32   i_version;              /* File version (for NFS) */
2746
2743
                        __u16   h_i_gid_high;
2747
2744
                        __u32   h_i_author;
2748
2745
                } hurd2;
2749
 
                struct {
2750
 
                        __u8    m_i_frag;       /* Fragment number */
2751
 
                        __u8    m_i_fsize;      /* Fragment size */
2752
 
                        __u16   m_pad1;
2753
 
                        __u32   m_i_reserved2[2];
2754
 
                } masix2;
2755
2746
        } osd2;                         /* OS dependent 2 */
2756
2747
};
2757
2748
</ProgramListing>