Skip to content

Commit

Permalink
NFSv3: Fix missing includes of nfs3_fs.h
Browse files Browse the repository at this point in the history
Silence a few warnings about missing symbols that are due to missing
includes of nfs3_fs.h.

Fixes: 00a36a1 (NFS: Move v3 declarations out of internal.h)
Fixes: cb8c20f (NFS: Move NFS v3 acl functions to nfs3_fs.h)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
  • Loading branch information
Trond Myklebust committed Sep 25, 2014
1 parent 1aff525 commit 3fc3edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/nfs3acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <linux/nfsacl.h>

#include "internal.h"
#include "nfs3_fs.h"

#define NFSDBG_FACILITY NFSDBG_PROC

Expand Down
1 change: 1 addition & 0 deletions fs/nfs/nfs3client.c
Original file line number Diff line number Diff line change
@@ -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 };
Expand Down

0 comments on commit 3fc3edf

Please sign in to comment.