]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/gfs2_ondisk.h
[WIRELESS] cfg80211: New wireless config infrastructure.
[linux-2.6-omap-h63xx.git] / include / linux / gfs2_ondisk.h
index c61517b35b2e60d0cdc9d345d8055945b503769d..8b7e4c1e32ae2c8f80d2f8182e2452add7c18451 100644 (file)
@@ -213,8 +213,6 @@ struct gfs2_rgrp {
 };
 
 struct gfs2_rgrp_host {
-       struct gfs2_meta_header_host rg_header;
-
        __u32 rg_flags;
        __u32 rg_free;
        __u32 rg_dinodes;
@@ -324,9 +322,6 @@ struct gfs2_dinode {
 struct gfs2_dinode_host {
        __u64 di_size;  /* number of bytes in file */
        __u64 di_blocks;        /* number of blocks in file */
-       __u64 di_atime; /* time last accessed */
-       __u64 di_mtime; /* time last modified */
-       __u64 di_ctime; /* time last changed */
 
        /* This section varies from gfs1. Padding added to align with
          * remainder of dinode
@@ -336,7 +331,6 @@ struct gfs2_dinode_host {
        __u64 di_generation;    /* generation number for NFS */
 
        __u32 di_flags; /* GFS2_DIF_... */
-       __u32 di_payload_format;  /* GFS2_FORMAT_... */
        __u16 di_height;        /* height of metadata */
 
        /* These only apply to directories  */