summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3acl.c
diff options
context:
space:
mode:
authorTrond Myklebust2014-09-25 22:28:53 +0200
committerTrond Myklebust2014-09-25 22:28:53 +0200
commit3fc3edf141fd78f624194eb89d7b37ff86138422 (patch)
treeb58bb448f982e17de18c3319cdeec431cbd51e66 /fs/nfs/nfs3acl.c
parentNFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() (diff)
downloadkernel-qcow2-linux-3fc3edf141fd78f624194eb89d7b37ff86138422.tar.gz
kernel-qcow2-linux-3fc3edf141fd78f624194eb89d7b37ff86138422.tar.xz
kernel-qcow2-linux-3fc3edf141fd78f624194eb89d7b37ff86138422.zip
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>
Diffstat (limited to 'fs/nfs/nfs3acl.c')
-rw-r--r--fs/nfs/nfs3acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs3acl.c b/fs/nfs/nfs3acl.c
index 24c6898159cc..658e586ca438 100644
--- a/fs/nfs/nfs3acl.c
+++ b/fs/nfs/nfs3acl.c
@@ -7,6 +7,7 @@
#include <linux/nfsacl.h>
#include "internal.h"
+#include "nfs3_fs.h"
#define NFSDBG_FACILITY NFSDBG_PROC