Re: [RFC PATCH 64/68] vfs: Convert devpts to use the new mount API

2019-04-05 Thread Christian Brauner
On Wed, Mar 27, 2019 at 11:48:41PM +, David Howells wrote: > 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. > >

[RFC PATCH 64/68] vfs: Convert devpts to use the new mount API

2019-03-27 Thread David Howells
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.