Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311572
b: refs/heads/master
c: 25d7cd6
h: refs/heads/master
v: v3
  • Loading branch information
Mike Snitzer authored and Alasdair G Kergon committed Jul 3, 2012
1 parent ca2bfea commit a64ae45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d200aefd4ac51787b6b80de1bb7ce93bccd59f6
refs/heads/master: 25d7cd6faa7ae6ed2565617c3ee2500ccb8a9f7f
3 changes: 3 additions & 0 deletions trunk/drivers/md/persistent-data/dm-transaction-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ EXPORT_SYMBOL_GPL(dm_tm_create_non_blocking_clone);

void dm_tm_destroy(struct dm_transaction_manager *tm)
{
if (!tm->is_clone)
wipe_shadow_table(tm);

kfree(tm);
}
EXPORT_SYMBOL_GPL(dm_tm_destroy);
Expand Down

0 comments on commit a64ae45

Please sign in to comment.