afs: Add fs_context support
authorDavid Howells <dhowells@redhat.com>
Thu, 1 Nov 2018 23:07:27 +0000 (23:07 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Feb 2019 08:29:38 +0000 (03:29 -0500)
commit13fcc6837049f1bd76d57e9abc217a91fdbad764
tree9877eae99e3ef278e3216db277c2118d5b6a0239
parent06a2ae56b5b88fa57cd56e0b99bd874135efdf58
afs: Add fs_context support

Add fs_context support to the AFS filesystem, converting the parameter
parsing to store options there.

This will form the basis for namespace propagation over mountpoints within
the AFS model, thereby allowing AFS to be used in containers more easily.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/afs/internal.h
fs/afs/mntpt.c
fs/afs/super.c
fs/afs/volume.c