commit | 22e2264e8194efb546d1cb71e5b2668c6ef973de | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 22 12:56:55 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 14 22:27:42 2019 -0400 |
tree | 29a28612e802efa9beee600d31ee551b9bd5174d | |
parent | 3c2213b42cb61cfeec9e75b769f27b86db4e8e26 [diff] |
vfs: Convert devpts to use the new mount API Convert the devpts 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> Acked-by: Christian Brauner <christian@brauner.io> cc: "Eric W. Biederman" <ebiederm@xmission.com>