linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] fs/9p: Remove unused extern declaration
@ 2023-07-20 14:35 YueHaibing
  2023-07-20 18:36 ` Christian Schoenebeck
  2023-07-20 21:26 ` Eric Van Hensbergen
  0 siblings, 2 replies; 3+ messages in thread
From: YueHaibing @ 2023-07-20 14:35 UTC (permalink / raw)
  To: ericvh, lucho, asmadeus, linux_oss; +Cc: v9fs, linux-kernel, YueHaibing

commit bd238fb431f3 ("9p: Reorganization of 9p file system code")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 fs/9p/v9fs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
index c7f774fe398f..d525957594b6 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses)
 	p9_client_begin_disconnect(v9ses->clnt);
 }
 
-extern int v9fs_error_init(void);
-
 static struct kobject *v9fs_kobj;
 
 #ifdef CONFIG_9P_FSCACHE
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] fs/9p: Remove unused extern declaration
  2023-07-20 14:35 [PATCH -next] fs/9p: Remove unused extern declaration YueHaibing
@ 2023-07-20 18:36 ` Christian Schoenebeck
  2023-07-20 21:26 ` Eric Van Hensbergen
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Schoenebeck @ 2023-07-20 18:36 UTC (permalink / raw)
  To: ericvh, lucho, asmadeus, YueHaibing; +Cc: v9fs, linux-kernel, YueHaibing

On Thursday, July 20, 2023 4:35:06 PM CEST YueHaibing wrote:
> commit bd238fb431f3 ("9p: Reorganization of 9p file system code")
> left behind this.

Right, it renamed v9fs_error_init() -> p9_error_init().

What a giant patch that was BTW (3422+, 3130-).

> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>

> ---
>  fs/9p/v9fs.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
> index c7f774fe398f..d525957594b6 100644
> --- a/fs/9p/v9fs.c
> +++ b/fs/9p/v9fs.c
> @@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses)
>  	p9_client_begin_disconnect(v9ses->clnt);
>  }
>  
> -extern int v9fs_error_init(void);
> -
>  static struct kobject *v9fs_kobj;
>  
>  #ifdef CONFIG_9P_FSCACHE
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] fs/9p: Remove unused extern declaration
  2023-07-20 14:35 [PATCH -next] fs/9p: Remove unused extern declaration YueHaibing
  2023-07-20 18:36 ` Christian Schoenebeck
@ 2023-07-20 21:26 ` Eric Van Hensbergen
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Van Hensbergen @ 2023-07-20 21:26 UTC (permalink / raw)
  To: lucho, asmadeus, linux_oss, YueHaibing; +Cc: v9fs, linux-kernel


On Thu, 20 Jul 2023 22:35:06 +0800, YueHaibing wrote:
> commit bd238fb431f3 ("9p: Reorganization of 9p file system code")
> left behind this.
> 
> 

Applied, thanks!

[1/1] fs/9p: Remove unused extern declaration
      commit: e6ab0b914c12acefbb0880dded48cb930ccab5cf

Best regards,
-- 
Eric Van Hensbergen <ericvh@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-20 21:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 14:35 [PATCH -next] fs/9p: Remove unused extern declaration YueHaibing
2023-07-20 18:36 ` Christian Schoenebeck
2023-07-20 21:26 ` Eric Van Hensbergen

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).