Commit 6a2195a1 authored by Liao Pingfang's avatar Liao Pingfang Committed by Jonathan Corbet

docs: filesystems: vfs: Correct the struct name

The struct name should be file_system_type instead of
file_system_operations.
Signed-off-by: default avatarLiao Pingfang <winndows@163.com>
Link: https://lore.kernel.org/r/1610265599-5101-1-git-send-email-winndows@163.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 05a5f51c
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment