]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
NFSv3: Fix missing includes of nfs3_fs.h
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 25 Sep 2014 20:28:53 +0000 (16:28 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 25 Sep 2014 20:28:53 +0000 (16:28 -0400)
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>
fs/nfs/nfs3acl.c
fs/nfs/nfs3client.c

index 24c6898159cc1ea5e2622574968ff1bbf62268b5..658e586ca438bc2964c0edc75242a373c2239f50 100644 (file)
@@ -7,6 +7,7 @@
 #include <linux/nfsacl.h>
 
 #include "internal.h"
+#include "nfs3_fs.h"
 
 #define NFSDBG_FACILITY        NFSDBG_PROC
 
index b3fc65ef39caf0e2613ef1b2ac8fd693ba720fb7..8c1b437c540363133d8d0547ad9e172a0816ed9d 100644 (file)
@@ -1,6 +1,7 @@
 #include <linux/nfs_fs.h>
 #include <linux/nfs_mount.h>
 #include "internal.h"
+#include "nfs3_fs.h"
 
 #ifdef CONFIG_NFS_V3_ACL
 static struct rpc_stat         nfsacl_rpcstat = { &nfsacl_program };