diff options
Diffstat (limited to 'drivers/md/persistent-data/dm-transaction-manager.h')
-rw-r--r-- | drivers/md/persistent-data/dm-transaction-manager.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/md/persistent-data/dm-transaction-manager.h b/drivers/md/persistent-data/dm-transaction-manager.h index 2772ed2a781a..2e0d4d66fb1b 100644 --- a/drivers/md/persistent-data/dm-transaction-manager.h +++ b/drivers/md/persistent-data/dm-transaction-manager.h | |||
@@ -109,6 +109,13 @@ int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, | |||
109 | struct dm_block_manager *dm_tm_get_bm(struct dm_transaction_manager *tm); | 109 | struct dm_block_manager *dm_tm_get_bm(struct dm_transaction_manager *tm); |
110 | 110 | ||
111 | /* | 111 | /* |
112 | * If you're using a non-blocking clone the tm will build up a list of | ||
113 | * requested blocks that weren't in core. This call will request those | ||
114 | * blocks to be prefetched. | ||
115 | */ | ||
116 | void dm_tm_issue_prefetches(struct dm_transaction_manager *tm); | ||
117 | |||
118 | /* | ||
112 | * A little utility that ties the knot by producing a transaction manager | 119 | * A little utility that ties the knot by producing a transaction manager |
113 | * that has a space map managed by the transaction manager... | 120 | * that has a space map managed by the transaction manager... |
114 | * | 121 | * |