Unfuzz a patch in rt featureset

This commit is contained in:
Ben Hutchings 2017-01-07 03:31:40 +00:00
parent 0814db65a8
commit b211bae234
1 changed files with 2 additions and 2 deletions

View File

@ -52,10 +52,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
+#endif +#endif
/* process credentials */ /* process credentials */
const struct cred __rcu *real_cred; /* objective and real subjective task const struct cred __rcu *ptracer_cred; /* Tracer's credentials at attach */
--- a/kernel/fork.c --- a/kernel/fork.c
+++ b/kernel/fork.c +++ b/kernel/fork.c
@@ -1423,6 +1423,9 @@ static void rt_mutex_init_task(struct ta @@ -1431,6 +1431,9 @@ static void rt_mutex_init_task(struct ta
*/ */
static void posix_cpu_timers_init(struct task_struct *tsk) static void posix_cpu_timers_init(struct task_struct *tsk)
{ {