Commit d16302ab authored by Chris Mason's avatar Chris Mason Committed by David Woodhouse
Browse files

Btrfs: more 32 bit cleanups

parent 41903fe6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ void print_tree(struct ctree_root *root, struct tree_buffer *t)
	}
	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);
		(u32)NODEPTRS_PER_BLOCK - c->header.nritems);
	fflush(stdout);
	for (i = 0; i < nr; i++) {
		printf("\tkey %d (%Lu %u %Lu) block %Lu\n",