diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-14 14:14:43 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-14 14:14:43 -0400 |
commit | 123abc88c9087b9c5605566ee3491aaef17fd837 (patch) | |
tree | 3a8e83ac7a095d2b875664ee54cf7e24e977999b /fs/btrfs/quick-test.c | |
parent | 4beb1b8b75a86373f6020103ab840448d14c8880 (diff) |
Btrfs: variable block size support
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/quick-test.c')
-rw-r--r-- | fs/btrfs/quick-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/quick-test.c b/fs/btrfs/quick-test.c index 66bdc57905d7..d9287cad35c9 100644 --- a/fs/btrfs/quick-test.c +++ b/fs/btrfs/quick-test.c | |||
@@ -73,7 +73,7 @@ int main(int ac, char **av) { | |||
73 | printf("node %p level %d total ptrs %d free spc %lu\n", root->node, | 73 | printf("node %p level %d total ptrs %d free spc %lu\n", root->node, |
74 | btrfs_header_level(&root->node->node.header), | 74 | btrfs_header_level(&root->node->node.header), |
75 | btrfs_header_nritems(&root->node->node.header), | 75 | btrfs_header_nritems(&root->node->node.header), |
76 | NODEPTRS_PER_BLOCK - | 76 | BTRFS_NODEPTRS_PER_BLOCK(root) - |
77 | btrfs_header_nritems(&root->node->node.header)); | 77 | btrfs_header_nritems(&root->node->node.header)); |
78 | printf("all searches good, deleting some items\n"); | 78 | printf("all searches good, deleting some items\n"); |
79 | i = 0; | 79 | i = 0; |