]> asedeno.scripts.mit.edu Git - linux.git/commit
vfs: Convert aio to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:23 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:00:04 +0000 (18:00 -0400)
commit52db59df17c0cd3ee4071a75a8509287a662abac
tree5f99aa193c0a469b32913fb40191e13da560bfa2
parent31d6d5ce53400d6dc58e29ddd8dc184b3ba89d66
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 <dhowells@redhat.com>
cc: Benjamin LaHaise <bcrl@kvack.org>
cc: linux-aio@kvack.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c