vfs: Convert bpf to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Fri, 22 Mar 2019 14:58:36 +0000 (14:58 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Sep 2019 02:35:31 +0000 (22:35 -0400)
commitd2935de7e4fd3f873976f1872b505584b727574c
tree5ce5f81e7dc438257ffab0342c37d5c870a9c6e5
parent74983ac20aeafc88d9ceed64a8bf2a9024c488d5
vfs: Convert bpf to use the new mount API

Convert the bpf filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Alexei Starovoitov <ast@kernel.org>
cc: Daniel Borkmann <daniel@iogearbox.net>
cc: Martin KaFai Lau <kafai@fb.com>
cc: Song Liu <songliubraving@fb.com>
cc: Yonghong Song <yhs@fb.com>
cc: netdev@vger.kernel.org
cc: bpf@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/bpf/inode.c