From: Christoph Hellwig Date: Mon, 22 Dec 2008 14:59:06 +0000 (-0500) Subject: [XFS] handle unaligned data in xfs_bmbt_disk_get_all X-Git-Tag: v2.6.29-rc1~552^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1ad968f4e7b06c75741575ea077e25a87da49a;p=pandora-kernel.git [XFS] handle unaligned data in xfs_bmbt_disk_get_all 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 Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed