]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
db: stop using xfs_bmbt_rec_32_t
authorChristoph Hellwig <hch@lst.de>
Fri, 4 Dec 2009 10:04:08 +0000 (11:04 +0100)
committerhch@lst.de <Christoph Hellwig>
Fri, 4 Dec 2009 10:04:08 +0000 (11:04 +0100)
commitb9652a815e3932ddfb61a97513d8d825367ffdd8
treea6cb600313641aff25c8f33f56f9935261177dd8
parent95182f57e1cd747b26c5c45782f69acde8e37d82
db: stop using xfs_bmbt_rec_32_t

xfs_db uses the xfs_bmbt_rec_32_t type to pass around extent information in a
few places.  But everywhere where we actually use it we use the normal
xfs_bmbt_rec_t just casting from/to xfs_bmbt_rec_32_t to pass it around.

Just pass the xfs_bmbt_rec_t directly and thus get rid of the last use
of xfs_bmbt_rec_32_t in xfsprogs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
db/check.c
db/frag.c