diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-09-01 11:31:45 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-09-01 11:35:30 -0400 |
commit | 16d259418b7c0dda79b71bfbfeaedc0ba4035f23 (patch) | |
tree | 5a940961c4d050d6a4debdb05f56b86b77df7ae7 /fs/nfsd/xdr4.h | |
parent | 7c13f344cf8bec22301c5ed7ef1d90eecb57ba43 (diff) |
nfsd4: eliminate unused lt_stateowner
This is used only as a local variable.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index de236fb89e74..27a3dfab96a9 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -184,7 +184,6 @@ struct nfsd4_lockt { | |||
184 | struct xdr_netobj lt_owner; | 184 | struct xdr_netobj lt_owner; |
185 | u64 lt_offset; | 185 | u64 lt_offset; |
186 | u64 lt_length; | 186 | u64 lt_length; |
187 | struct nfs4_stateowner * lt_stateowner; | ||
188 | struct nfsd4_lock_denied lt_denied; | 187 | struct nfsd4_lock_denied lt_denied; |
189 | }; | 188 | }; |
190 | 189 | ||