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

2019-03-27 Thread Kees Cook
On Wed, Mar 27, 2019 at 4:47 PM David Howells wrote: > > Convert the pstore 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 57/68] vfs: Convert pstore to use the new mount API

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