mbox series

[v3,0/2] docs: actualize file_system_type and super_operations descriptions

Message ID 20230313130718.253708-1-aleksandr.mikhalitsyn@canonical.com (mailing list archive)
Headers show
Series docs: actualize file_system_type and super_operations descriptions | expand

Message

Aleksandr Mikhalitsyn March 13, 2023, 1:07 p.m. UTC
Current descriptions are from 2.6.* times, let's update them.

I've noticed that during my work on fuse recovery API.

v2:
- fixed commit messages according to Jonathan's advice

v3:
- removed direct kernel version specification as Eric proposed

Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Miklos Szeredi <mszeredi@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: linux-fsdevel@vger.kernel.org
Cc: linux-doc@vger.kernel.org

Alexander Mikhalitsyn (2):
  docs: filesystems: vfs: actualize struct file_system_type description
  docs: filesystems: vfs: actualize struct super_operations description

 Documentation/filesystems/vfs.rst | 105 ++++++++++++++++++++++++------
 1 file changed, 86 insertions(+), 19 deletions(-)

Comments

Jonathan Corbet March 14, 2023, 6:12 p.m. UTC | #1
Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> writes:

> Current descriptions are from 2.6.* times, let's update them.
>
> I've noticed that during my work on fuse recovery API.
>
> v2:
> - fixed commit messages according to Jonathan's advice
>
> v3:
> - removed direct kernel version specification as Eric proposed
>
> Cc: Eric Biggers <ebiggers@kernel.org>
> Cc: Miklos Szeredi <mszeredi@redhat.com>
> Cc: Al Viro <viro@zeniv.linux.org.uk>
> Cc: Christian Brauner <brauner@kernel.org>
> Cc: linux-fsdevel@vger.kernel.org
> Cc: linux-doc@vger.kernel.org
>
> Alexander Mikhalitsyn (2):
>   docs: filesystems: vfs: actualize struct file_system_type description
>   docs: filesystems: vfs: actualize struct super_operations description
>
>  Documentation/filesystems/vfs.rst | 105 ++++++++++++++++++++++++------
>  1 file changed, 86 insertions(+), 19 deletions(-)

Series applied, thanks.

jon