All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: winndows@163.com
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] docs: filesystems: vfs: Correct the struct name
Date: Mon, 11 Jan 2021 12:52:44 -0700	[thread overview]
Message-ID: <20210111125244.396e54e5@lwn.net> (raw)
In-Reply-To: <1610265599-5101-1-git-send-email-winndows@163.com>

On Sun, 10 Jan 2021 15:59:59 +0800
winndows@163.com wrote:

> From: Liao Pingfang <winndows@163.com>
> 
> The struct name should be file_system_type instead of
> file_system_operations.
> 
> Signed-off-by: Liao Pingfang <winndows@163.com>
> ---
>  Documentation/filesystems/vfs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst
> index ca52c82..18d69a4 100644
> --- a/Documentation/filesystems/vfs.rst
> +++ b/Documentation/filesystems/vfs.rst
> @@ -112,7 +112,7 @@ members are defined:
>  
>  .. code-block:: c
>  
> -	struct file_system_operations {
> +	struct file_system_type {
>  		const char *name;
>  		int fs_flags;
>  		struct dentry *(*mount) (struct file_system_type *, int,

The patch is clearly correct, so I've applied it.  There are a number of
other ways in which that block is out of date, though.  Sure would be nice
if somebody could bring it current...

Thanks,

jon

      reply	other threads:[~2021-01-11 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10  7:59 [PATCH] docs: filesystems: vfs: Correct the struct name winndows
2021-01-11 19:52 ` Jonathan Corbet [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=20210111125244.396e54e5@lwn.net \
    --to=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=winndows@163.com \
    /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.