[XFS] kill struct xfs_btree_hdr
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Oct 2008 05:53:47 +0000 (16:53 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 05:53:47 +0000 (16:53 +1100)
commitf2277f06e626d694e61bb356524ff536ced24acf
treef5ada4a7fb6e9c98f340fdd83bcec3f5d41f95c5
parentf338f9036400e453ab553b16639a9cc838b02d44
[XFS] kill struct xfs_btree_hdr

This type is only embedded in struct xfs_btree_block and never used
directly. By moving the fields directly into struct xfs_btree_block a lot
of the macros for struct xfs_btree_sblock and struct xfs_btree_lblock can
be used for struct xfs_btree_block too now which helps greatly with some
of the migrations during implementing the generic btree code.

SGI-PV: 985583

SGI-Modid: xfs-linux-melb:xfs-kern:32174a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Bill O'Donnell <billodo@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
fs/xfs/xfs_btree.c
fs/xfs/xfs_btree.h