Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> cc: Alexander Viro <[email protected]> cc: [email protected] Signed-off-by: Al Viro <[email protected]>
- Loading branch information