[XFS] handle unaligned data in xfs_bmbt_disk_get_all
authorChristoph Hellwig <hch@infradead.org>
Mon, 22 Dec 2008 14:59:06 +0000 (09:59 -0500)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Tue, 23 Dec 2008 00:54:46 +0000 (11:54 +1100)
In libxfs xfs_bmbt_disk_get_all needs to handle unaligned data and thus
has been updated to use get_unaligned_be64.  In kernelspace we don't strictly
need it as the routine is only used for tracing and xfsidbg, but let's keep
the two implementations in sync.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>

No differences found