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>] [day] [month] [year] [list]
Message-Id: <1610266995-5770-1-git-send-email-winndows@163.com>
Date:   Sun, 10 Jan 2021 16:23:15 +0800
From:   winndows@....com
To:     viro@...iv.linux.org.uk
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        Liao Pingfang <winndows@....com>
Subject: [PATCH] fs: Remove the comment for argument "cred" of vfs_open()

From: Liao Pingfang <winndows@....com>

Remove the comment for argument "cred" of vfs_open(), as
it was removed.

Fixes: ae2bb293a3e8 ("get rid of cred argument of vfs_open() and do_dentry_open()")
Signed-off-by: Liao Pingfang <winndows@....com>
---
 fs/open.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/open.c b/fs/open.c
index 1e06e44..6935570 100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -923,7 +923,6 @@ char *file_path(struct file *filp, char *buf, int buflen)
  * 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)
 {
-- 
1.8.3.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ