diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-06-24 15:11:43 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-06-24 15:11:43 -0400 |
commit | 1f0e890dba5b0f543fea47732116b1c65d55614e (patch) | |
tree | 85bc22beff0f721893a856c482dc28574eed68bd /fs/nfs/nfs4_fs.h | |
parent | 1055d76d91e69c8ea9fb748db4d4a53b6384df31 (diff) |
NFSv4: Clean up struct nfs4_state_owner
The 'so_delegations' list appears to be unused.
Also eliminate so_client. If we already have so_server, we can get to the
nfs_client structure.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index a986f13e8039..cee871471e8d 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -108,7 +108,6 @@ struct nfs_unique_id { | |||
108 | */ | 108 | */ |
109 | struct nfs4_state_owner { | 109 | struct nfs4_state_owner { |
110 | struct nfs_unique_id so_owner_id; | 110 | struct nfs_unique_id so_owner_id; |
111 | struct nfs_client *so_client; | ||
112 | struct nfs_server *so_server; | 111 | struct nfs_server *so_server; |
113 | struct rb_node so_client_node; | 112 | struct rb_node so_client_node; |
114 | 113 | ||
@@ -118,7 +117,6 @@ struct nfs4_state_owner { | |||
118 | atomic_t so_count; | 117 | atomic_t so_count; |
119 | unsigned long so_flags; | 118 | unsigned long so_flags; |
120 | struct list_head so_states; | 119 | struct list_head so_states; |
121 | struct list_head so_delegations; | ||
122 | struct nfs_seqid_counter so_seqid; | 120 | struct nfs_seqid_counter so_seqid; |
123 | struct rpc_sequence so_sequence; | 121 | struct rpc_sequence so_sequence; |
124 | }; | 122 | }; |