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

2019-04-10 Thread David Howells
Hi Al, I wonder if it would be possible to extend anon_inodes to return just an anonymous inode, thereby allowing the drm filesystem to be removed in favour of just using an anon_inode. David ___ dri-devel mailing list dri-devel@lists.freedesktop.org ht

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

2019-03-28 Thread Daniel Vetter
On Wed, Mar 27, 2019 at 11:42:18PM +, David Howells wrote: > Convert the drm 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

[RFC PATCH 14/68] vfs: Convert drm to use the new mount API

2019-03-27 Thread David Howells
Convert the drm 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-