Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: include/linux/dm-bht.h

Issue 6739006: CHROMIUM: verity: only requeue if necessary (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fix per reviewl. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/md/dm-verity.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « drivers/md/dm-verity.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698