Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5916f439 authored by David Howells's avatar David Howells Committed by Christian Brauner
Browse files

Convert coda to use the new mount API


Convert the coda 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.rst for more information.

Note this is slightly tricky as coda currently only has a binary mount data
interface.  This is handled through the parse_monolithic hook.

Also add a more conventional interface with a parameter named "fd" that
takes an fd that refers to a coda psdev, thereby specifying the index to
use.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Co-developed-by: default avatarEric Sandeen <sandeen@redhat.com>
Signed-off-by: default avatarEric Sandeen <sandeen@redhat.com>
[sandeen: forward port to current upstream mount API interfaces]
Link: https://lore.kernel.org/r/97650eeb-94c7-4041-b58c-90e81e76b699@redhat.com


Tested-by: default avatarJan Harkes <jaharkes@cs.cmu.edu>
Reviewed-by: default avatarIan Kent <raven@themaw.net>
cc: coda@cs.cmu.edu
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 0611a640
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment