diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2020-03-20 21:26:50 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2020-03-25 10:04:01 -0500 |
commit | aa884c11313656fee7b12972614b6333f154655c (patch) | |
tree | 4c73e61be618698a4d6ba24daec103faeb9538dd /kernel/cred.c | |
parent | 8d09db80ef404d8e2e143677e0716cfcd544e29b (diff) | |
download | linux-aa884c11313656fee7b12972614b6333f154655c.tar.bz2 |
kernel: doc: remove outdated comment cred.c
This removes an outdated comment in prepare_kernel_cred.
There is no "cred_replace_mutex" any more, so the comment must
go away.
Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'kernel/cred.c')
-rw-r--r-- | kernel/cred.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/cred.c b/kernel/cred.c index 809a985b1793..71a792616917 100644 --- a/kernel/cred.c +++ b/kernel/cred.c @@ -675,8 +675,6 @@ void __init cred_init(void) * The caller may change these controls afterwards if desired. * * Returns the new credentials or NULL if out of memory. - * - * Does not take, and does not return holding current->cred_replace_mutex. */ struct cred *prepare_kernel_cred(struct task_struct *daemon) { |