commit | 52db59df17c0cd3ee4071a75a8509287a662abac | [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:04 2019 -0400 |
tree | 5f99aa193c0a469b32913fb40191e13da560bfa2 | |
parent | 31d6d5ce53400d6dc58e29ddd8dc184b3ba89d66 [diff] |
vfs: Convert aio to use the new mount API Convert the aio 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: Benjamin LaHaise <[email protected]> cc: [email protected] Signed-off-by: Al Viro <[email protected]>