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

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

Issue 6883252: CHROMIUM: verity: pull up maybe_read_entry (Closed) Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.38
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
« drivers/md/dm-bht.c ('K') | « 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 21d5e3427d88c62c3167d981d7e6362e121d11d6..44a1c024658faac86f990f58ac0bc3f744cc8596 100644
--- a/include/linux/dm-bht.h
+++ b/include/linux/dm-bht.h
@@ -25,9 +25,6 @@
#define DM_BHT_ENTRY_VERIFIED 8 /* 'nodes' has been checked against parent */
#define DM_BHT_ENTRY_READY 4 /* 'nodes' is loaded and available */
#define DM_BHT_ENTRY_PENDING 2 /* 'nodes' is being loaded */
-#define DM_BHT_ENTRY_REQUESTED 1 /* non-state response indicating entry is
- * pending because of the current call
- */
#define DM_BHT_ENTRY_UNALLOCATED 0 /* untouched */
#define DM_BHT_ENTRY_ERROR -1 /* entry is unsuitable for use */
#define DM_BHT_ENTRY_ERROR_IO -2 /* I/O error on load */
« drivers/md/dm-bht.c ('K') | « drivers/md/dm-verity.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698