| Index: include/linux/dm-bht.h
|
| diff --git a/include/linux/dm-bht.h b/include/linux/dm-bht.h
|
| index 8147e6a3658a71a7993713e775aa12f8fc282f83..3ad418c3ea816eae0939a1d9ae7599ae67beaa3c 100644
|
| --- a/include/linux/dm-bht.h
|
| +++ b/include/linux/dm-bht.h
|
| @@ -129,6 +129,7 @@ int dm_bht_set_root_hexdigest(struct dm_bht *bht, const u8 *hexdigest);
|
| int dm_bht_root_hexdigest(struct dm_bht *bht, u8 *hexdigest, int available);
|
|
|
| /* Functions for loading in data from disk for verification */
|
| +bool dm_bht_is_populated(struct dm_bht *bht, unsigned int block_index);
|
| int dm_bht_populate(struct dm_bht *bht, void *read_cb_ctx,
|
| unsigned int block_index);
|
| int dm_bht_verify_block(struct dm_bht *bht, unsigned int block_index,
|
|
|