Skip to content

Commit e6ab0b9

Browse files
YueHaibingericvh
authored andcommitted
fs/9p: Remove unused extern declaration
commit bd238fb ("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>
1 parent cf7c33d commit e6ab0b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/9p/v9fs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ void v9fs_session_begin_cancel(struct v9fs_session_info *v9ses)
545545
p9_client_begin_disconnect(v9ses->clnt);
546546
}
547547

548-
extern int v9fs_error_init(void);
549-
550548
static struct kobject *v9fs_kobj;
551549

552550
#ifdef CONFIG_9P_FSCACHE

0 commit comments

Comments
 (0)