From ee45cc9b085c2cb9ac3fc8a05dfc20556b8b5a62 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 22 Dec 2008 09:59:06 -0500 Subject: [PATCH] --- yaml --- r: 124960 b: refs/heads/master c: ad1ad968f4e7b06c75741575ea077e25a87da49a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_bmap_btree.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8779acdc9f06..73cbbf2d5d3c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: efc557570dc99b46e46a7be51c3c7402b485e829 +refs/heads/master: ad1ad968f4e7b06c75741575ea077e25a87da49a diff --git a/trunk/fs/xfs/xfs_bmap_btree.c b/trunk/fs/xfs/xfs_bmap_btree.c index e46e02b8e277..8f1ec73725d3 100644 --- a/trunk/fs/xfs/xfs_bmap_btree.c +++ b/trunk/fs/xfs/xfs_bmap_btree.c @@ -208,7 +208,8 @@ xfs_bmbt_disk_get_all( xfs_bmbt_rec_t *r, xfs_bmbt_irec_t *s) { - __xfs_bmbt_get_all(be64_to_cpu(r->l0), be64_to_cpu(r->l1), s); + __xfs_bmbt_get_all(get_unaligned_be64(&r->l0), + get_unaligned_be64(&r->l1), s); } /*