]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fix 122 for recent xfsprogs
authorChristoph Hellwig <hch@infradead.org>
Mon, 10 Oct 2011 18:21:56 +0000 (18:21 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 13 Oct 2011 15:44:31 +0000 (10:44 -0500)
commita64bf4cd24d06ae198eb6a64f0a01f07129f0c6c
tree698658400fb243ca80b507c8facc82e44ddce63a
parente9eb499264c61add8beb54478891ce8b5b6dbe90
fix 122 for recent xfsprogs

- filter out xfs_alloctype_t, this was an internal emum that got removed
 - filter out xfs_bmbt_rec_32_t, this is a variant of the xfs_bmbt_rec_t
   that had almost no users and was removed
 - filter out xfs_dinode_core_t, the separate dinode core is gone, and just
   checking the size of the full dinode is enough
 - accept xfs_bmbt_rec_t as the new canonical name for xfs_bmbt_rec_64_t,
   and replace the old name with the new one in the output stream.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
122
122.out