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

Unified Diff: dm-bht.h

Issue 6880209: verity: remove special-case logic for the root node (Closed) Base URL: http://git.chromium.org/git/dm-verity.git@master
Patch Set: Created 9 years, 8 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 | « no previous file | dm-bht.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm-bht.h
diff --git a/dm-bht.h b/dm-bht.h
index 73809d2c08e63e935be3e15857e8f922277b753d..21d5e3427d88c62c3167d981d7e6362e121d11d6 100644
--- a/dm-bht.h
+++ b/dm-bht.h
@@ -100,7 +100,6 @@ struct dm_bht {
/* bool verified; Full tree is verified */
u8 *root_digest; /* hash_alg(levels[0].entries[*].nodes) */
- atomic_t root_state; /* Uses UNALLOCATED, REQUESTED, and VERIFIED */
struct dm_bht_level *levels; /* in reverse order */
mempool_t *entry_pool;
/* Callbacks for reading and/or writing to the hash device */
« no previous file with comments | « no previous file | dm-bht.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698