diff options
author | David Howells <dhowells@redhat.com> | 2018-11-01 23:07:27 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-28 03:29:38 -0500 |
commit | 13fcc6837049f1bd76d57e9abc217a91fdbad764 (patch) | |
tree | 9877eae99e3ef278e3216db277c2118d5b6a0239 /fs/afs/mntpt.c | |
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>
Diffstat (limited to 'fs/afs/mntpt.c')
-rw-r--r-- | fs/afs/mntpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/mntpt.c b/fs/afs/mntpt.c index 2e51c6994148..b3f41d27590b 100644 --- a/fs/afs/mntpt.c +++ b/fs/afs/mntpt.c @@ -17,6 +17,7 @@ #include <linux/mount.h> #include <linux/namei.h> #include <linux/gfp.h> +#include <linux/fs_context.h> #include "internal.h" |