summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/vfs.rst
diff options
context:
space:
mode:
authorLiao Pingfang <winndows@163.com>2021-01-10 15:59:59 +0800
committerJonathan Corbet <corbet@lwn.net>2021-01-11 12:51:54 -0700
commit6a2195a104a4c2ca5c428169700ed8a45fbe6893 (patch)
tree9b9819703fc751d50f5ae5a4f8b944c1416c545f /Documentation/filesystems/vfs.rst
parent05a5f51ca566674e6a6ee9cef0af1b00bf100d67 (diff)
downloadlinux-6a2195a104a4c2ca5c428169700ed8a45fbe6893.tar.bz2
docs: filesystems: vfs: Correct the struct name
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>
Diffstat (limited to 'Documentation/filesystems/vfs.rst')
-rw-r--r--Documentation/filesystems/vfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst
index ca52c82e5bb5..18d69a4559d6 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,