VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2018-12-23 18:55:56 -0500 committer: Al Viro <viro@zeniv.linux.org.uk> 2019-01-30 17:44:27 -0500 commit: f3a09c92018a91ad0981146a4ac59414f814d801 parent: e1a91586d5da6f879b6dd385a2e7227bf1653570
Commit Summary:
introduce fs_context methods
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 016a5b8dd305..8f8d07cc433f 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -55,8 +55,6 @@ extern void __init chrdev_init(void);
 /*
  * fs_context.c
  */
-extern int legacy_get_tree(struct fs_context *fc);
-extern int legacy_reconfigure(struct fs_context *fc);
 extern int parse_monolithic_mount_data(struct fs_context *, void *);
 extern void fc_drop_locked(struct fs_context *);