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>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 11 Jan 2021 12:52:44 -0700
From:   Jonathan Corbet <corbet@....net>
To:     winndows@....com
Cc:     linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs: filesystems: vfs: Correct the struct name

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

> From: Liao Pingfang <winndows@....com>
> 
> The struct name should be file_system_type instead of
> file_system_operations.
> 
> Signed-off-by: Liao Pingfang <winndows@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ