Chromium Code Reviews| Index: include/linux/dm-bht.h |
| diff --git a/include/linux/dm-bht.h b/include/linux/dm-bht.h |
| index 175b4984327e01bd1c3b478429e18c10fa1de544..73809d2c08e63e935be3e15857e8f922277b753d 100644 |
| --- a/include/linux/dm-bht.h |
| +++ b/include/linux/dm-bht.h |
| @@ -127,7 +127,7 @@ 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, |
| - const void *block); |
| + struct page *pg, unsigned int offset); |
|
Will Drewry
2011/04/13 20:19:30
nit: Do you need #include <asm/page.h> or will mem
|
| /* Functions for creating struct dm_bhts on disk. A newly created dm_bht |
| * should not be directly used for verification. (It should be repopulated.) |