linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: winndows@163.com
To: viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	Liao Pingfang <winndows@163.com>
Subject: [PATCH] fs: Remove the comment for argument "cred" of vfs_open()
Date: Sun, 10 Jan 2021 16:23:15 +0800	[thread overview]
Message-ID: <1610266995-5770-1-git-send-email-winndows@163.com> (raw)

From: Liao Pingfang <winndows@163.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@163.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



                 reply	other threads:[~2021-01-10 11:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610266995-5770-1-git-send-email-winndows@163.com \
    --to=winndows@163.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).