commit | 3c2213b42cb61cfeec9e75b769f27b86db4e8e26 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Mar 21 13:48:06 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 14 22:27:42 2019 -0400 |
tree | eaeb4ac95a1ae7e0892a58e80e02ace9422aa6d4 | |
parent | 52f619b32a7cdb3e93b66d3bd5a0d76875e6e75f [diff] |
vfs: Convert autofs to use the new mount API Convert the autofs 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>