|
@@ -405,8 +405,6 @@ int sm_ll_insert(struct ll_disk *ll, dm_block_t b,
|
|
if (r < 0)
|
|
if (r < 0)
|
|
return r;
|
|
return r;
|
|
|
|
|
|
-#if 0
|
|
|
|
- /* FIXME: dm_btree_remove doesn't handle this yet */
|
|
|
|
if (old > 2) {
|
|
if (old > 2) {
|
|
r = dm_btree_remove(&ll->ref_count_info,
|
|
r = dm_btree_remove(&ll->ref_count_info,
|
|
ll->ref_count_root,
|
|
ll->ref_count_root,
|
|
@@ -414,7 +412,6 @@ int sm_ll_insert(struct ll_disk *ll, dm_block_t b,
|
|
if (r)
|
|
if (r)
|
|
return r;
|
|
return r;
|
|
}
|
|
}
|
|
-#endif
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
__le32 le_rc = cpu_to_le32(ref_count);
|
|
__le32 le_rc = cpu_to_le32(ref_count);
|