diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 2cef0a68aa77..0cac49bc0955 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -34,7 +34,8 @@ struct nfs_client { | |||
34 | nfs4_verifier cl_confirm; | 34 | nfs4_verifier cl_confirm; |
35 | unsigned long cl_state; | 35 | unsigned long cl_state; |
36 | 36 | ||
37 | u32 cl_lockowner_id; | 37 | struct rb_root cl_openowner_id; |
38 | struct rb_root cl_lockowner_id; | ||
38 | 39 | ||
39 | /* | 40 | /* |
40 | * The following rwsem ensures exclusive access to the server | 41 | * The following rwsem ensures exclusive access to the server |
@@ -43,7 +44,7 @@ struct nfs_client { | |||
43 | struct rw_semaphore cl_sem; | 44 | struct rw_semaphore cl_sem; |
44 | 45 | ||
45 | struct list_head cl_delegations; | 46 | struct list_head cl_delegations; |
46 | struct list_head cl_state_owners; | 47 | struct rb_root cl_state_owners; |
47 | spinlock_t cl_lock; | 48 | spinlock_t cl_lock; |
48 | 49 | ||
49 | unsigned long cl_lease_time; | 50 | unsigned long cl_lease_time; |