Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx> writes: > Cc: linux-fsdevel@xxxxxxxxxxxxxxx > Cc: linux-doc@xxxxxxxxxxxxxxx > Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx> > --- > Documentation/filesystems/vfs.rst | 74 ++++++++++++++++++++++++------- > 1 file changed, 59 insertions(+), 15 deletions(-) Thanks for updating this document! That said, could I ask you, please, to resubmit these with a proper changelog? I'd also suggest copying Al Viro, who will surely have comments on the changes you have made. > diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst > index fab3bd702250..8671eafa745a 100644 > --- a/Documentation/filesystems/vfs.rst > +++ b/Documentation/filesystems/vfs.rst > @@ -242,33 +242,42 @@ struct super_operations > ----------------------- > > This describes how the VFS can manipulate the superblock of your > -filesystem. As of kernel 2.6.22, the following members are defined: > +filesystem. As of kernel 6.1, the following members are defined: Why not 6.2 while you're at it? We might as well be as current as we can while we're updating things. Thanks, jon