commit | 13fcc6837049f1bd76d57e9abc217a91fdbad764 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 01 23:07:27 2018 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 03:29:38 2019 -0500 |
tree | 9877eae99e3ef278e3216db277c2118d5b6a0239 | |
parent | 06a2ae56b5b88fa57cd56e0b99bd874135efdf58 [diff] |
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>