Revision c99c2171fc61476afac0dfb59fb2c447a01fb1e0 authored by David Howells on 01 November 2018, 23:07:27 UTC, committed by Al Viro on 28 February 2019, 08:29:39 UTC
Alter the AFS automounting code to create and modify an fs_context struct
when parameterising a new mount triggered by an AFS mountpoint rather than
constructing device name and option strings.

Also remove the cell=, vol= and rwpath options as they are then redundant.
The reason they existed is because the 'device name' may be derived
literally from a mountpoint object in the filesystem, so default cell and
parent-type information needed to be passed in by some other method from
the automount routines.  The vol= option didn't end up being used.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Eric W. Biederman <ebiederm@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 13fcc68
History
File Mode Size
.gitignore -rw-r--r-- 8 bytes
Makefile -rw-r--r-- 1.5 KB

back to top