From: Minwoo Im <minwoo.im.dev@gmail.com>
To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Subject: Re: [PATCH] vfs: remove comment for deleted argument 'cred'
Date: Fri, 11 Dec 2020 20:35:18 +0900 [thread overview]
Message-ID: <20201211113518.GB6945@localhost.localdomain> (raw)
In-Reply-To: <20201202125232.19278-1-minwoo.im.dev@gmail.com>
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@gmail.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!
prev parent reply other threads:[~2020-12-11 11:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 12:52 [PATCH] vfs: remove comment for deleted argument 'cred' Minwoo Im
2020-12-11 11:35 ` Minwoo Im [this message]
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=20201211113518.GB6945@localhost.localdomain \
--to=minwoo.im.dev@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.