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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 18d64cb5985b..7a7474073148 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -110,7 +110,7 @@ struct nfs_unique_id {
110struct nfs4_state_owner { 110struct nfs4_state_owner {
111 struct nfs_unique_id so_owner_id; 111 struct nfs_unique_id so_owner_id;
112 struct nfs_server *so_server; 112 struct nfs_server *so_server;
113 struct rb_node so_client_node; 113 struct rb_node so_server_node;
114 114
115 struct rpc_cred *so_cred; /* Associated cred */ 115 struct rpc_cred *so_cred; /* Associated cred */
116 116