diff options
Diffstat (limited to 'security/keys/internal.h')
-rw-r--r-- | security/keys/internal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/keys/internal.h b/security/keys/internal.h index b510a316874a..c246ba5d43ab 100644 --- a/security/keys/internal.h +++ b/security/keys/internal.h | |||
@@ -148,12 +148,8 @@ extern key_ref_t lookup_user_key(key_serial_t id, unsigned long flags, | |||
148 | #define KEY_LOOKUP_PARTIAL 0x02 | 148 | #define KEY_LOOKUP_PARTIAL 0x02 |
149 | #define KEY_LOOKUP_FOR_UNLINK 0x04 | 149 | #define KEY_LOOKUP_FOR_UNLINK 0x04 |
150 | 150 | ||
151 | struct kludge { /* this will die off very soon */ | ||
152 | struct task_work twork; | ||
153 | struct cred *cred; | ||
154 | }; | ||
155 | extern long join_session_keyring(const char *name); | 151 | extern long join_session_keyring(const char *name); |
156 | extern void key_change_session_keyring(struct task_work *twork); | 152 | extern void key_change_session_keyring(struct callback_head *twork); |
157 | 153 | ||
158 | extern struct work_struct key_gc_work; | 154 | extern struct work_struct key_gc_work; |
159 | extern unsigned key_gc_delay; | 155 | extern unsigned key_gc_delay; |