* [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
@ 2024-05-17 16:10 Aurelien Aptel
2024-08-02 9:26 ` Aurelien Aptel
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Aurelien Aptel @ 2024-05-17 16:10 UTC (permalink / raw)
To: Miklos Szeredi; +Cc: linux-fsdevel, linux-kernel, Aurelien Aptel
fuse_mount_list doesn't exist, use fuse_conn_list.
Signed-off-by: Aurelien Aptel <aaptel@nvidia.com>
---
fs/fuse/fuse_i.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index b24084b60864..bd2ae3748d37 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -869,7 +869,7 @@ struct fuse_conn {
/** Negotiated minor version */
unsigned minor;
- /** Entry on the fuse_mount_list */
+ /** Entry on the fuse_conn_list */
struct list_head entry;
/** Device ID from the root super block */
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
2024-05-17 16:10 [PATCH] fs/fuse: use correct name fuse_conn_list in docstring Aurelien Aptel
@ 2024-08-02 9:26 ` Aurelien Aptel
2024-08-13 20:51 ` Bernd Schubert
2024-08-29 9:43 ` Miklos Szeredi
2 siblings, 0 replies; 4+ messages in thread
From: Aurelien Aptel @ 2024-08-02 9:26 UTC (permalink / raw)
To: Miklos Szeredi
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
> From: Aurelien Aptel
> Sent: Friday, 17 May 2024 18:11
> To: Miklos Szeredi <miklos@szeredi.hu>
> Cc: linux-fsdevel@vger.kernel.org; linux-kernel@vger.kernel.org; Aurelien Aptel
> <aaptel@nvidia.com>
> Subject: [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
>
> fuse_mount_list doesn't exist, use fuse_conn_list.
>
> Signed-off-by: Aurelien Aptel <aaptel@nvidia.com>
ping
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
2024-05-17 16:10 [PATCH] fs/fuse: use correct name fuse_conn_list in docstring Aurelien Aptel
2024-08-02 9:26 ` Aurelien Aptel
@ 2024-08-13 20:51 ` Bernd Schubert
2024-08-29 9:43 ` Miklos Szeredi
2 siblings, 0 replies; 4+ messages in thread
From: Bernd Schubert @ 2024-08-13 20:51 UTC (permalink / raw)
To: Aurelien Aptel, Miklos Szeredi; +Cc: linux-fsdevel, linux-kernel
On 5/17/24 18:10, Aurelien Aptel wrote:
> fuse_mount_list doesn't exist, use fuse_conn_list.
>
> Signed-off-by: Aurelien Aptel <aaptel@nvidia.com>
> ---
> fs/fuse/fuse_i.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
> index b24084b60864..bd2ae3748d37 100644
> --- a/fs/fuse/fuse_i.h
> +++ b/fs/fuse/fuse_i.h
> @@ -869,7 +869,7 @@ struct fuse_conn {
> /** Negotiated minor version */
> unsigned minor;
>
> - /** Entry on the fuse_mount_list */
> + /** Entry on the fuse_conn_list */
> struct list_head entry;
>
> /** Device ID from the root super block */
LGTM
Reviewed-by: Bernd Schubert <bschubert@ddn.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fs/fuse: use correct name fuse_conn_list in docstring
2024-05-17 16:10 [PATCH] fs/fuse: use correct name fuse_conn_list in docstring Aurelien Aptel
2024-08-02 9:26 ` Aurelien Aptel
2024-08-13 20:51 ` Bernd Schubert
@ 2024-08-29 9:43 ` Miklos Szeredi
2 siblings, 0 replies; 4+ messages in thread
From: Miklos Szeredi @ 2024-08-29 9:43 UTC (permalink / raw)
To: Aurelien Aptel; +Cc: linux-fsdevel, linux-kernel
On Fri, 17 May 2024 at 18:10, Aurelien Aptel <aaptel@nvidia.com> wrote:
>
> fuse_mount_list doesn't exist, use fuse_conn_list.
>
> Signed-off-by: Aurelien Aptel <aaptel@nvidia.com>
Applied, thanks.
Miklos
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-29 9:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 16:10 [PATCH] fs/fuse: use correct name fuse_conn_list in docstring Aurelien Aptel
2024-08-02 9:26 ` Aurelien Aptel
2024-08-13 20:51 ` Bernd Schubert
2024-08-29 9:43 ` Miklos Szeredi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).