From 3fc3edf141fd78f624194eb89d7b37ff86138422 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Thu, 25 Sep 2014 16:28:53 -0400 Subject: 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 --- fs/nfs/nfs3client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/nfs/nfs3client.c') 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 @@ #include #include #include "internal.h" +#include "nfs3_fs.h" #ifdef CONFIG_NFS_V3_ACL static struct rpc_stat nfsacl_rpcstat = { &nfsacl_program }; -- cgit v1.2.3