diff options
author | David Howells <dhowells@redhat.com> | 2018-11-02 02:07:25 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-28 11:29:28 +0300 |
commit | 66f592e2ece0389c018d74d1bbb2d0b9738cfe48 (patch) | |
tree | 0974a99d09dc7e3c37ff9559baa016dce1b529e8 /fs/proc/inode.c | |
parent | 60a3c3a58e2e01e19ed2b68b415adb12118ac349 (diff) | |
download | linux-66f592e2ece0389c018d74d1bbb2d0b9738cfe48.tar.xz |
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/inode.c')
-rw-r--r-- | fs/proc/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 17b5261206dd..fc7e38def174 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -127,7 +127,6 @@ const struct super_operations proc_sops = { .drop_inode = generic_delete_inode, .evict_inode = proc_evict_inode, .statfs = simple_statfs, - .remount_fs = proc_remount, .show_options = proc_show_options, }; |