diff options
author | David Howells <dhowells@redhat.com> | 2018-11-01 23:07:25 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-28 03:29:28 -0500 |
commit | 66f592e2ece0389c018d74d1bbb2d0b9738cfe48 (patch) | |
tree | 0974a99d09dc7e3c37ff9559baa016dce1b529e8 /fs/proc/internal.h | |
parent | 60a3c3a58e2e01e19ed2b68b415adb12118ac349 (diff) | |
download | linux-66f592e2ece0389c018d74d1bbb2d0b9738cfe48.tar.bz2 |
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 |