diff options
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 (patch) | |
tree | c500afabc514faf977ceacfbe57ce04910bcc3e0 /fs/internal.h | |
parent | e1a91586d5da6f879b6dd385a2e7227bf1653570 (diff) | |
download | linux-f3a09c92018a91ad0981146a4ac59414f814d801.tar.bz2 |
introduce fs_context methods
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files 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 *); |