Browse Source

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>
Trond Myklebust 11 years ago
parent
commit
3fc3edf141
2 changed files with 2 additions and 0 deletions
  1. 1 0
      fs/nfs/nfs3acl.c
  2. 1 0
      fs/nfs/nfs3client.c

+ 1 - 0
fs/nfs/nfs3acl.c

@@ -7,6 +7,7 @@
 #include <linux/nfsacl.h>
 #include <linux/nfsacl.h>
 
 
 #include "internal.h"
 #include "internal.h"
+#include "nfs3_fs.h"
 
 
 #define NFSDBG_FACILITY	NFSDBG_PROC
 #define NFSDBG_FACILITY	NFSDBG_PROC
 
 

+ 1 - 0
fs/nfs/nfs3client.c

@@ -1,6 +1,7 @@
 #include <linux/nfs_fs.h>
 #include <linux/nfs_fs.h>
 #include <linux/nfs_mount.h>
 #include <linux/nfs_mount.h>
 #include "internal.h"
 #include "internal.h"
+#include "nfs3_fs.h"
 
 
 #ifdef CONFIG_NFS_V3_ACL
 #ifdef CONFIG_NFS_V3_ACL
 static struct rpc_stat		nfsacl_rpcstat = { &nfsacl_program };
 static struct rpc_stat		nfsacl_rpcstat = { &nfsacl_program };