diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index e0863d35f753..645537e18bd0 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/list.h> | 4 | #include <linux/list.h> |
5 | #include <linux/backing-dev.h> | 5 | #include <linux/backing-dev.h> |
6 | #include <linux/idr.h> | ||
6 | #include <linux/wait.h> | 7 | #include <linux/wait.h> |
7 | #include <linux/nfs_xdr.h> | 8 | #include <linux/nfs_xdr.h> |
8 | #include <linux/sunrpc/xprt.h> | 9 | #include <linux/sunrpc/xprt.h> |
@@ -151,9 +152,9 @@ struct nfs_server { | |||
151 | 152 | ||
152 | /* the following fields are protected by nfs_client->cl_lock */ | 153 | /* the following fields are protected by nfs_client->cl_lock */ |
153 | struct rb_root state_owners; | 154 | struct rb_root state_owners; |
154 | struct rb_root openowner_id; | ||
155 | struct rb_root lockowner_id; | 155 | struct rb_root lockowner_id; |
156 | #endif | 156 | #endif |
157 | struct ida openowner_id; | ||
157 | struct list_head state_owners_lru; | 158 | struct list_head state_owners_lru; |
158 | struct list_head layouts; | 159 | struct list_head layouts; |
159 | struct list_head delegations; | 160 | struct list_head delegations; |