diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1f16fb1fea22..ddc0df7f8bf5 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1214,8 +1214,6 @@ static inline int thread_group_empty(task_t *p) | |||
1214 | #define delay_group_leader(p) \ | 1214 | #define delay_group_leader(p) \ |
1215 | (thread_group_leader(p) && !thread_group_empty(p)) | 1215 | (thread_group_leader(p) && !thread_group_empty(p)) |
1216 | 1216 | ||
1217 | extern void unhash_process(struct task_struct *p); | ||
1218 | |||
1219 | /* | 1217 | /* |
1220 | * Protects ->fs, ->files, ->mm, ->ptrace, ->group_info, ->comm, keyring | 1218 | * Protects ->fs, ->files, ->mm, ->ptrace, ->group_info, ->comm, keyring |
1221 | * subscriptions and synchronises with wait4(). Also used in procfs. Also | 1219 | * subscriptions and synchronises with wait4(). Also used in procfs. Also |