Btrfs: 32bit cleanups
authorChris Mason <chris.mason@oracle.com>
Mon, 26 Feb 2007 15:55:42 +0000 (10:55 -0500)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Mon, 26 Feb 2007 15:55:42 +0000 (10:55 -0500)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/print-tree.c
fs/btrfs/random-test.c

index 1d59127..a9a1422 100644 (file)
@@ -43,7 +43,7 @@ void print_tree(struct ctree_root *root, struct tree_buffer *t)
                print_leaf((struct leaf *)c);
                return;
        }
-       printf("node %Lu level %d total ptrs %d free spc %lu\n", t->blocknr,
+       printf("node %Lu level %d total ptrs %d free spc %u\n", t->blocknr,
                node_level(c->header.flags), c->header.nritems,
                NODEPTRS_PER_BLOCK - c->header.nritems);
        fflush(stdout);
Simple merge