summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 459d95e4a574..8dc1811487f5 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -892,6 +892,11 @@ struct task_struct {
892 /* Effective (overridable) subjective task credentials (COW): */ 892 /* Effective (overridable) subjective task credentials (COW): */
893 const struct cred __rcu *cred; 893 const struct cred __rcu *cred;
894 894
895#ifdef CONFIG_KEYS
896 /* Cached requested key. */
897 struct key *cached_requested_key;
898#endif
899
895 /* 900 /*
896 * executable name, excluding path. 901 * executable name, excluding path.
897 * 902 *