[syslinux:elflink] xfs: cleanup unused structure

syslinux-bot for Chen Baozi baozich at gmail.com
Tue Nov 27 12:57:25 PST 2012


Commit-ID:  2cfd136969466cb77f2d47f7a6e7354bda3b460e
Gitweb:     http://www.syslinux.org/commit/2cfd136969466cb77f2d47f7a6e7354bda3b460e
Author:     Chen Baozi <baozich at gmail.com>
AuthorDate: Wed, 15 Aug 2012 17:32:41 +0800
Committer:  Paulo Alcantara <pcacjr at zytor.com>
CommitDate: Sun, 2 Sep 2012 19:17:36 -0300

xfs: cleanup unused structure

These two structures are not used anywhere right now.

Signed-off-by: Chen Baozi <baozich at gmail.com>
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>

---
 core/fs/xfs/xfs.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/core/fs/xfs/xfs.h b/core/fs/xfs/xfs.h
index 21d4829..21abf58 100644
--- a/core/fs/xfs/xfs.h
+++ b/core/fs/xfs/xfs.h
@@ -242,20 +242,6 @@ typedef struct xfs_agi {
     uint32_t		agi_unlinked[XFS_AGI_UNLINKED_BUCKETS];
 } __attribute__((__packed__)) xfs_agi_t;
 
-typedef struct xfs_btree_sblock {
-    uint32_t bb_magic;
-    uint16_t bb_level;
-    uint16_t bb_numrecs;
-    uint32_t bb_leftsib;
-    uint32_t bb_rightsib;
-} __attribute__((__packed__)) xfs_btree_sblock_t;
-
-typedef struct xfs_inobt_rec {
-    uint32_t ir_startino;
-    uint32_t ir_freecount;
-    uint64_t ir_free;
-} __attribute__((__packed__)) xfs_inobt_rec_t;
-
 /*
  * Bmap btree record and extent descriptor.
  *  l0:63 is an extent flag (value 1 indicates non-normal).


More information about the Syslinux-commits mailing list