]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert cxl to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:24 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:06:14 +0000 (18:06 -0400)
commitf5269d0981560e5d462e10fa06f815bd99a26f5d
tree850dcf2abdd65daf73e2dba89ad39bc32a1d9c98
parent58d5a354f98f8356b9b5d8bd99b31d8c765f1729
vfs: Convert cxl to use the new mount API

Convert the cxl 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: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/misc/cxl/api.c