aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 0543439a97af..07eea8f64ecf 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -31,6 +31,7 @@
31 31
32#include <linux/in.h> 32#include <linux/in.h>
33#include <linux/mm.h> 33#include <linux/mm.h>
34#include <linux/namei.h>
34#include <linux/pagemap.h> 35#include <linux/pagemap.h>
35#include <linux/rbtree.h> 36#include <linux/rbtree.h>
36#include <linux/rwsem.h> 37#include <linux/rwsem.h>
@@ -70,8 +71,7 @@ struct nfs_access_entry {
70struct nfs4_state; 71struct nfs4_state;
71struct nfs_open_context { 72struct nfs_open_context {
72 atomic_t count; 73 atomic_t count;
73 struct vfsmount *vfsmnt; 74 struct path path;
74 struct dentry *dentry;
75 struct rpc_cred *cred; 75 struct rpc_cred *cred;
76 struct nfs4_state *state; 76 struct nfs4_state *state;
77 fl_owner_t lockowner; 77 fl_owner_t lockowner;