lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 11 Dec 2020 20:35:18 +0900
From:   Minwoo Im <minwoo.im.dev@...il.com>
To:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     Alexander Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH] vfs: remove comment for deleted argument 'cred'

On 20-12-02 21:52:32, Minwoo Im wrote:
> Removed credential argument comment with no functional changes.
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev@...il.com>
> ---
>  fs/open.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/open.c b/fs/open.c
> index 9af548fb841b..85a532af0946 100644
> --- a/fs/open.c
> +++ b/fs/open.c
> @@ -923,7 +923,6 @@ EXPORT_SYMBOL(file_path);
>   * vfs_open - open the file at the given path
>   * @path: path to open
>   * @file: newly allocated file with f_flag initialized
> - * @cred: credentials to use
>   */
>  int vfs_open(const struct path *path, struct file *file)
>  {
> -- 
> 2.17.1
> 

Hello,

Gentle ping,

Thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ