aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 645537e18bd0..c23469308b8e 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -152,9 +152,9 @@ struct nfs_server {
152 152
153 /* the following fields are protected by nfs_client->cl_lock */ 153 /* the following fields are protected by nfs_client->cl_lock */
154 struct rb_root state_owners; 154 struct rb_root state_owners;
155 struct rb_root lockowner_id;
156#endif 155#endif
157 struct ida openowner_id; 156 struct ida openowner_id;
157 struct ida lockowner_id;
158 struct list_head state_owners_lru; 158 struct list_head state_owners_lru;
159 struct list_head layouts; 159 struct list_head layouts;
160 struct list_head delegations; 160 struct list_head delegations;