Commit 3fc3edf1 authored by Trond Myklebust's avatar Trond Myklebust

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: 00a36a10 (NFS: Move v3 declarations out of internal.h)
Fixes: cb8c20fa (NFS: Move NFS v3 acl functions to nfs3_fs.h)
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 1aff5256
......@@ -7,6 +7,7 @@
#include <linux/nfsacl.h>
#include "internal.h"
#include "nfs3_fs.h"
#define NFSDBG_FACILITY NFSDBG_PROC
......
#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 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment