|
@@ -84,7 +84,7 @@ struct thread_group_cred {
|
|
atomic_t usage;
|
|
atomic_t usage;
|
|
pid_t tgid; /* thread group process ID */
|
|
pid_t tgid; /* thread group process ID */
|
|
spinlock_t lock;
|
|
spinlock_t lock;
|
|
- struct key *session_keyring; /* keyring inherited over fork */
|
|
|
|
|
|
+ struct key __rcu *session_keyring; /* keyring inherited over fork */
|
|
struct key *process_keyring; /* keyring private to this process */
|
|
struct key *process_keyring; /* keyring private to this process */
|
|
struct rcu_head rcu; /* RCU deletion hook */
|
|
struct rcu_head rcu; /* RCU deletion hook */
|
|
};
|
|
};
|