diff options
author | Felix Blyakher <felixb@sgi.com> | 2009-01-21 22:39:29 -0600 |
---|---|---|
committer | Felix Blyakher <felixb@sgi.com> | 2009-01-21 22:39:29 -0600 |
commit | 957274d7ce39eb9dab3666fc5c9f634c4d9fbf9d (patch) | |
tree | dc9913c8fa3a44c40e9e426c2a076b7a8f9dacd9 /fs/xfs/xfs_inode_item.h | |
parent | 33ad965dde197a016083438359c3163e1aca9ada (diff) | |
parent | 5253a11a8187b6329dda41219d9eece971c06e19 (diff) |
Merge branch 'master' of git+ssh://oss.sgi.com/oss/git/xfs/xfs
Diffstat (limited to 'fs/xfs/xfs_inode_item.h')
-rw-r--r-- | fs/xfs/xfs_inode_item.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode_item.h b/fs/xfs/xfs_inode_item.h index 9957d0602d5..a52ac125f05 100644 --- a/fs/xfs/xfs_inode_item.h +++ b/fs/xfs/xfs_inode_item.h @@ -40,7 +40,6 @@ typedef struct xfs_inode_log_format { __int32_t ilf_boffset; /* off of inode in buffer */ } xfs_inode_log_format_t; -#ifndef HAVE_FORMAT32 typedef struct xfs_inode_log_format_32 { __uint16_t ilf_type; /* inode log item type */ __uint16_t ilf_size; /* size of this item */ @@ -56,7 +55,6 @@ typedef struct xfs_inode_log_format_32 { __int32_t ilf_len; /* len of inode buffer */ __int32_t ilf_boffset; /* off of inode in buffer */ } __attribute__((packed)) xfs_inode_log_format_32_t; -#endif typedef struct xfs_inode_log_format_64 { __uint16_t ilf_type; /* inode log item type */ |