linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfs: remove comment for deleted argument 'cred'
@ 2020-12-02 12:52 Minwoo Im
  2020-12-11 11:35 ` Minwoo Im
  0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2020-12-02 12:52 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel; +Cc: Alexander Viro, Minwoo Im

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] vfs: remove comment for deleted argument 'cred'
  2020-12-02 12:52 [PATCH] vfs: remove comment for deleted argument 'cred' Minwoo Im
@ 2020-12-11 11:35 ` Minwoo Im
  0 siblings, 0 replies; 2+ messages in thread
From: Minwoo Im @ 2020-12-11 11:35 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel; +Cc: Alexander Viro

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 12:52 [PATCH] vfs: remove comment for deleted argument 'cred' Minwoo Im
2020-12-11 11:35 ` Minwoo Im

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).