]> 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)
commit754e29b6820a5a6e8e1a677cff5514fed3fee774
tree5ce5f81e7dc438257ffab0342c37d5c870a9c6e5
parent1fb1c257f2f8c359952244dfcd971e3025a72490
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