aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c
diff options
context:
space:
mode:
authorFred Isaman <fred.isaman@gmail.com>2016-09-21 15:24:26 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2018-05-31 15:03:11 -0400
commit1b146fcff7301c578d6e4a4bff48f1988cc12b4b (patch)
tree822e4cc2307e5327177c0c019d0526a1ff8a4d1c /fs/nfs/pnfs.c
parentpnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound (diff)
downloadlinux-dev-1b146fcff7301c578d6e4a4bff48f1988cc12b4b.tar.xz
linux-dev-1b146fcff7301c578d6e4a4bff48f1988cc12b4b.zip
pnfs: Move nfs4_opendata into nfs4_fs.h
It will be needed now by the pnfs code. Signed-off-by: Fred Isaman <fred.isaman@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to '')
-rw-r--r--fs/nfs/pnfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c
index 363420d0f3a0..11148414b9b6 100644
--- a/fs/nfs/pnfs.c
+++ b/fs/nfs/pnfs.c
@@ -37,6 +37,7 @@
#include "nfs4trace.h"
#include "delegation.h"
#include "nfs42.h"
+#include "nfs4_fs.h"
#define NFSDBG_FACILITY NFSDBG_PNFS
#define PNFS_LAYOUTGET_RETRY_TIMEOUT (120*HZ)