diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-20 22:35:06 +0800 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@kernel.org> | 2023-07-20 19:21:48 +0000 |
commit | e6ab0b914c12acefbb0880dded48cb930ccab5cf (patch) | |
tree | 50b78258801f660c78b593b938a4c9ff1abe33fe /fs/9p | |
parent | cf7c33d332ab67603f159123b691c61270b14c33 (diff) |
fs/9p: Remove unused extern declaration
commit bd238fb431f3 ("9p: Reorganization of 9p file system code")
left behind this.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/v9fs.c | 2 |
1 files changed, 0 insertions, 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 |