aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
diff options
context:
space:
mode:
authorAnna Schumaker <Anna.Schumaker@netapp.com>2014-09-03 12:19:08 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-09-12 13:49:40 -0400
commit00a36a1090350995127c2a4bfac6be7fc85b5b81 (patch)
tree8600398719bb56609ff92a570d929970f0bb53ae /fs/nfs/nfs3proc.c
parentNFS: Unconditionally enable commit code (diff)
downloadlinux-dev-00a36a1090350995127c2a4bfac6be7fc85b5b81.tar.xz
linux-dev-00a36a1090350995127c2a4bfac6be7fc85b5b81.zip
NFS: Move v3 declarations out of internal.h
I am generally against the "one big header file" approach, and everything in the client includes this file. Let's move all the NFS v3 declarations into a v3-only header file. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs3proc.c')
-rw-r--r--fs/nfs/nfs3proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c
index 809670eba52a..524f9f837408 100644
--- a/fs/nfs/nfs3proc.c
+++ b/fs/nfs/nfs3proc.c
@@ -22,6 +22,7 @@
#include "iostat.h"
#include "internal.h"
+#include "nfs3_fs.h"
#define NFSDBG_FACILITY NFSDBG_PROC