Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296759
b: refs/heads/master
c: 71fd5ae
h: refs/heads/master
i:
  296757: aac35ac
  296755: a218f2d
  296751: 7cc369f
v: v3
  • Loading branch information
Joe Thornber authored and Alasdair G Kergon committed Mar 28, 2012
1 parent 6667839 commit 1369919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 905e51b39a5558706a6ed883fe104de3d417050b
refs/heads/master: 71fd5ae25d88841c08d5bbea90c0f0a12ca05509
3 changes: 0 additions & 3 deletions trunk/drivers/md/persistent-data/dm-space-map-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,16 +405,13 @@ int sm_ll_insert(struct ll_disk *ll, dm_block_t b,
if (r < 0)
return r;

#if 0
/* FIXME: dm_btree_remove doesn't handle this yet */
if (old > 2) {
r = dm_btree_remove(&ll->ref_count_info,
ll->ref_count_root,
&b, &ll->ref_count_root);
if (r)
return r;
}
#endif

} else {
__le32 le_rc = cpu_to_le32(ref_count);
Expand Down

0 comments on commit 1369919

Please sign in to comment.