aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/key.h')
-rw-r--r--include/linux/key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/key.h b/include/linux/key.h
index 2417f789d29b..010dbb618aca 100644
--- a/include/linux/key.h
+++ b/include/linux/key.h
@@ -201,6 +201,7 @@ struct key {
201 unsigned long value; 201 unsigned long value;
202 void __rcu *rcudata; 202 void __rcu *rcudata;
203 void *data; 203 void *data;
204 void *data2[2];
204 } payload; 205 } payload;
205 struct assoc_array keys; 206 struct assoc_array keys;
206 }; 207 };