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

Unified Diff: dm-bht.h

Issue 6811030: verity: remove the depth parameter from bht_create (Closed) Base URL: http://git.chromium.org/git/dm-verity.git@master
Patch Set: Fix per review. 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') | dm-bht_unittest.cc » ('J')
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 3106079788e36c6498b6dc0e304a34c9e219b8a0..e7269f6437b738a67b1b7faa735b71550f811e1e 100644
--- a/dm-bht.h
+++ b/dm-bht.h
@@ -110,7 +110,6 @@ struct dm_bht {
/* Constructor for struct dm_bht instances. */
int dm_bht_create(struct dm_bht *bht,
- unsigned int depth,
unsigned int block_count,
const char *alg_name);
/* Destructor for struct dm_bht instances. Does not free @bht */
« no previous file with comments | « no previous file | dm-bht.c » ('j') | dm-bht_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698