diff options
Diffstat (limited to 'drivers/md/persistent-data/dm-transaction-manager.c')
| -rw-r--r-- | drivers/md/persistent-data/dm-transaction-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/persistent-data/dm-transaction-manager.c b/drivers/md/persistent-data/dm-transaction-manager.c index 9cb797d800cf..abe2c5dd0993 100644 --- a/drivers/md/persistent-data/dm-transaction-manager.c +++ b/drivers/md/persistent-data/dm-transaction-manager.c | |||
| @@ -342,9 +342,9 @@ int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b, | |||
| 342 | } | 342 | } |
| 343 | EXPORT_SYMBOL_GPL(dm_tm_read_lock); | 343 | EXPORT_SYMBOL_GPL(dm_tm_read_lock); |
| 344 | 344 | ||
| 345 | int dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) | 345 | void dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) |
| 346 | { | 346 | { |
| 347 | return dm_bm_unlock(b); | 347 | dm_bm_unlock(b); |
| 348 | } | 348 | } |
| 349 | EXPORT_SYMBOL_GPL(dm_tm_unlock); | 349 | EXPORT_SYMBOL_GPL(dm_tm_unlock); |
| 350 | 350 | ||
