summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/ncr-int.h')
-rw-r--r--crypto/userspace/ncr-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/userspace/ncr-int.h b/crypto/userspace/ncr-int.h
index 42c500f83da..60e2f080fff 100644
--- a/crypto/userspace/ncr-int.h
+++ b/crypto/userspace/ncr-int.h
@@ -108,6 +108,8 @@ struct key_item_st {
* are here.
*/
struct ncr_lists {
+ int id; /* Used only for auditing */
+
struct mutex key_idr_mutex;
struct idr key_idr;