Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84561
b: refs/heads/master
c: 82d601d
h: refs/heads/master
i:
  84559: 38affc0
v: v3
  • Loading branch information
Jun'ichi Nomura authored and Alasdair G Kergon committed Feb 8, 2008
1 parent 53b4c9f commit 2de38fd
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: 4f41b09f86e0e3b48194b2ad0356391bf6d47e40
refs/heads/master: 82d601dc076deb5f348cc3a70f57248bc976ae0c
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ static int setup_indexes(struct dm_table *t)
return -ENOMEM;

/* set up internal nodes, bottom-up */
for (i = t->depth - 2, total = 0; i >= 0; i--) {
for (i = t->depth - 2; i >= 0; i--) {
t->index[i] = indexes;
indexes += (KEYS_PER_NODE * t->counts[i]);
setup_btree_index(i, t);
Expand Down

0 comments on commit 2de38fd

Please sign in to comment.