CHROMIUM: s5p-mfc: fix DISPLAY_DELAY
[cascardo/linux.git] / kernel / cred.c
index 97b36ee..e70683d 100644 (file)
@@ -386,6 +386,8 @@ int copy_creds(struct task_struct *p, unsigned long clone_flags)
        struct cred *new;
        int ret;
 
+       p->replacement_session_keyring = NULL;
+
        if (
 #ifdef CONFIG_KEYS
                !p->cred->thread_keyring &&