From: Christoph Hellwig Date: Thu, 30 Oct 2008 05:53:47 +0000 (+1100) Subject: [XFS] kill struct xfs_btree_hdr X-Git-Tag: v2.6.29-rc1~552^2~81^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2277f06e626d694e61bb356524ff536ced24acf;p=pandora-kernel.git [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 Signed-off-by: Lachlan McIlroy Signed-off-by: Bill O'Donnell Signed-off-by: David Chinner --- Reading git-diff-tree failed