diff options
author | David Howells <dhowells@redhat.com> | 2018-11-02 00:07:25 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-28 09:29:28 +0100 |
commit | 66f592e2ece0389c018d74d1bbb2d0b9738cfe48 (patch) | |
tree | 0974a99d09dc7e3c37ff9559baa016dce1b529e8 /fs/proc/internal.h | |
parent | procfs: Move proc_fill_super() to fs/proc/root.c (diff) | |
download | linux-66f592e2ece0389c018d74d1bbb2d0b9738cfe48.tar.xz linux-66f592e2ece0389c018d74d1bbb2d0b9738cfe48.zip |
proc: Add fs_context support to procfs
Add fs_context support to procfs.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 97157c0410a2..40f905143d39 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -270,7 +270,6 @@ static inline void proc_tty_init(void) {} extern struct proc_dir_entry proc_root; extern void proc_self_init(void); -extern int proc_remount(struct super_block *, int *, char *); /* * task_[no]mmu.c |