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

2019-04-27 Thread Jeff Layton
On Wed, 2019-03-27 at 23:47 +, David Howells wrote: > Convert the ceph 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 52/68] vfs: Convert ceph to use the new mount API

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