[f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-07-15 Thread Jan Kara
Sync listing of struct file_operations members with the real one in fs.h. Reviewed-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara --- Documentation/filesystems/locking.rst | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentat

Re: [f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-07-12 Thread Darrick J. Wong
On Mon, Jul 12, 2021 at 06:55:53PM +0200, Jan Kara wrote: > Sync listing of struct file_operations members with the real one in > fs.h. > > Acked-by: Darrick J. Wong Might as well upgrade this to: Reviewed-by: Darrick J. Wong --D > Reviewed-by: Christoph Hellwig > Signed-off-by: Jan Kara >

[f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-07-12 Thread Jan Kara
Sync listing of struct file_operations members with the real one in fs.h. Acked-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara --- Documentation/filesystems/locking.rst | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation

Re: [f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-06-15 Thread Christoph Hellwig
On Tue, Jun 15, 2021 at 11:17:52AM +0200, Jan Kara wrote: > Sync listing of struct file_operations members with the real one in > fs.h. Looks fine: Reviewed-by: Christoph Hellwig But I wonder if we could just move the locking documentation into the header itself using kerneldoc annotation to av

[f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-06-15 Thread Jan Kara
Sync listing of struct file_operations members with the real one in fs.h. Acked-by: Darrick J. Wong Signed-off-by: Jan Kara --- Documentation/filesystems/locking.rst | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation/filesystems/locking.rst b/Docu

[f2fs-dev] [PATCH 02/14] documentation: Sync file_operations members with reality

2021-06-07 Thread Jan Kara
Sync listing of struct file_operations members with the real one in fs.h. Acked-by: Darrick J. Wong Signed-off-by: Jan Kara --- Documentation/filesystems/locking.rst | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Documentation/filesystems/locking.rst b/Docu