aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index dd1aa2b598ce..6c028e734fe6 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -83,6 +83,7 @@ struct nfs_unique_id {
83struct nfs4_state_owner { 83struct nfs4_state_owner {
84 struct nfs_unique_id so_owner_id; 84 struct nfs_unique_id so_owner_id;
85 struct nfs_client *so_client; 85 struct nfs_client *so_client;
86 struct nfs_server *so_server;
86 struct rb_node so_client_node; 87 struct rb_node so_client_node;
87 88
88 struct rpc_cred *so_cred; /* Associated cred */ 89 struct rpc_cred *so_cred; /* Associated cred */