]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
docs: filesystems: vfs: Correct the struct name
authorLiao Pingfang <winndows@163.com>
Sun, 10 Jan 2021 07:59:59 +0000 (15:59 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 11 Jan 2021 19:51:54 +0000 (12:51 -0700)
The struct name should be file_system_type instead of
file_system_operations.

Signed-off-by: Liao Pingfang <winndows@163.com>
Link: https://lore.kernel.org/r/1610265599-5101-1-git-send-email-winndows@163.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/vfs.rst

index ca52c82e5bb5494d0ac9721995226d63fc5cd012..18d69a4559d6abf2f251ea8a731277de1cb9c2ff 100644 (file)
@@ -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,