]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_dir2_sf.c
Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...
[linux-2.6] / fs / xfs / xfs_dir2_sf.c
index 35dd003051c559a8bdac421d35778b1e9802e434..d98a41d1fe63f3cead5051154660115b9703d80e 100644 (file)
@@ -99,7 +99,7 @@ xfs_dir2_block_sfsize(
         * Iterate over the block's data entries by using the leaf pointers.
         */
        for (i = 0; i < be32_to_cpu(btp->count); i++) {
-               if ((addr = INT_GET(blp[i].address, ARCH_CONVERT)) == XFS_DIR2_NULL_DATAPTR)
+               if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR)
                        continue;
                /*
                 * Calculate the pointer to the entry at hand.