]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert binfmt_misc to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:28 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Jul 2019 02:01:58 +0000 (22:01 -0400)
commit5d7cd93bfe84c68857d2634dac7a15ae4eb65980
tree6c0f38c43215927547645400e1103aafabff2a1d
parent2e90e43e58ef18d397cb374564fab73b3199dee7
vfs: Convert binfmt_misc to use the new mount API

Convert the binfmt_misc 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: Alexander Viro <viro@zeniv.linux.org.uk>
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/binfmt_misc.c