]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitca472e8557b6671e195170f298bbcfd6c0b12783
tree5ce5f81e7dc438257ffab0342c37d5c870a9c6e5
parent7b205865773587fc0e4294751201cf1a3c0be4f6
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