commit | 33cada40b51f083d8508e66f96c646640f773835 | [log] [tgz] |
---|---|---|
author | David Howells <[email protected]> | Mon Mar 25 16:38:23 2019 +0000 |
committer | Al Viro <[email protected]> | Sat May 25 18:00:05 2019 -0400 |
tree | 370709428aac8fee1a7cf1886c0d4bd3546f93be | |
parent | 52db59df17c0cd3ee4071a75a8509287a662abac [diff] |
vfs: Convert anon_inodes to use the new mount API Convert the anon_inodes 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: [email protected] Signed-off-by: Al Viro <[email protected]>