Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128251
b: refs/heads/master
c: d16302a
h: refs/heads/master
i:
  128249: 244fa9a
  128247: d2f725c
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 26, 2007
1 parent c9481c4 commit 73a57cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41903fe666ff8e7b1d47ac7b2f5f9a91c7749498
refs/heads/master: d16302ab0ed26e236e9bde8cd54fd604d7d97297
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/print-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73a57cd

Please sign in to comment.