diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-09-25 16:28:53 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-09-25 16:28:53 -0400 |
commit | 3fc3edf141fd78f624194eb89d7b37ff86138422 (patch) | |
tree | b58bb448f982e17de18c3319cdeec431cbd51e66 /fs/nfs | |
parent | 1aff52562939485e503936e17934be077ffaea53 (diff) |
NFSv3: Fix missing includes of nfs3_fs.h
Silence a few warnings about missing symbols that are due to missing
includes of nfs3_fs.h.
Fixes: 00a36a1090350 (NFS: Move v3 declarations out of internal.h)
Fixes: cb8c20fa53ec2 (NFS: Move NFS v3 acl functions to nfs3_fs.h)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs3acl.c | 1 | ||||
-rw-r--r-- | fs/nfs/nfs3client.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs3acl.c b/fs/nfs/nfs3acl.c index 24c6898159cc..658e586ca438 100644 --- a/fs/nfs/nfs3acl.c +++ b/fs/nfs/nfs3acl.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <linux/nfsacl.h> | 7 | #include <linux/nfsacl.h> |
8 | 8 | ||
9 | #include "internal.h" | 9 | #include "internal.h" |
10 | #include "nfs3_fs.h" | ||
10 | 11 | ||
11 | #define NFSDBG_FACILITY NFSDBG_PROC | 12 | #define NFSDBG_FACILITY NFSDBG_PROC |
12 | 13 | ||
diff --git a/fs/nfs/nfs3client.c b/fs/nfs/nfs3client.c index b3fc65ef39ca..8c1b437c5403 100644 --- a/fs/nfs/nfs3client.c +++ b/fs/nfs/nfs3client.c | |||
@@ -1,6 +1,7 @@ | |||
1 | #include <linux/nfs_fs.h> | 1 | #include <linux/nfs_fs.h> |
2 | #include <linux/nfs_mount.h> | 2 | #include <linux/nfs_mount.h> |
3 | #include "internal.h" | 3 | #include "internal.h" |
4 | #include "nfs3_fs.h" | ||
4 | 5 | ||
5 | #ifdef CONFIG_NFS_V3_ACL | 6 | #ifdef CONFIG_NFS_V3_ACL |
6 | static struct rpc_stat nfsacl_rpcstat = { &nfsacl_program }; | 7 | static struct rpc_stat nfsacl_rpcstat = { &nfsacl_program }; |